diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 17:21:59 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 17:21:59 +0800 |
commit | 81b02a0cb7d3d366fa574d17f6f9afed6eaa73b7 (patch) | |
tree | 311edbdbcb00dfc46e39ebfd9993f0a6016372fd /security | |
parent | 5b4608e0de8280cfc4f8c114c4acce9a5c8a34dd (diff) | |
download | freebsd-ports-gnome-81b02a0cb7d3d366fa574d17f6f9afed6eaa73b7.tar.gz freebsd-ports-gnome-81b02a0cb7d3d366fa574d17f6f9afed6eaa73b7.tar.zst freebsd-ports-gnome-81b02a0cb7d3d366fa574d17f6f9afed6eaa73b7.zip |
remove double bsd.port.mk
Diffstat (limited to 'security')
-rw-r--r-- | security/ipfilter2dshield/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/ipfilter2dshield/Makefile b/security/ipfilter2dshield/Makefile index 2d9bfa61a833..76d4dff4a0ca 100644 --- a/security/ipfilter2dshield/Makefile +++ b/security/ipfilter2dshield/Makefile @@ -22,8 +22,6 @@ USE_PERL5= yes PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -.include <bsd.port.mk> - do-extract: [ -d ${WRKDIR} ] || ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${DISTNAME} |