PORTNAME=libspf2 PORTDIR=/usr/ports/mail/${PORTNAME}/ FLAVOR='' -include Makefile.local PATCHES = patch : for patch in ${PORTDIR}/files/* ; do \ [ -h $${patch} ] && rm $${patch} ; \ done ; \ for patch in ${PATCHES} ; do \ [ -f ${PORTDIR}/patches/$${patch} ] && rm ${PORTDIR}/patches/$${patch} ; \ ln -s `pwd`/patches/$${patch} ${PORTDIR}/patches/$${patch} ; \ done