PORTNAME=squirrelmail PORTDIR=/usr/ports/mail/${PORTNAME}/ include Makefile.inc replace : rsync -avz --delete core/ ${PORTDIR} clean : /bin/sh -c 'cd ${PORTDIR} ; make clean' fetch : /bin/sh -c 'cd ${PORTDIR} ; make fetch' build : patch /bin/sh -c 'cd ${PORTDIR} ; make build' install : patch /bin/sh -c 'cd ${PORTDIR} ; make install' deinstall : patch /bin/sh -c 'cd ${PORTDIR} ; make deinstall' portupgrade : patch /bin/sh -c 'portupgrade ${PORTNAME}' force_portupgrade : portupgrade_force portupgrade_force : patch /bin/sh -c 'portupgrade -f ${PORTNAME}'