diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /security/bcwipe | |
parent | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (diff) | |
download | ports-a049dd78cc281272f3788b3d4689a744f774e543.tar.gz ports-a049dd78cc281272f3788b3d4689a744f774e543.zip |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Notes
Notes:
svn path=/head/; revision=100139
Diffstat (limited to 'security/bcwipe')
-rw-r--r-- | security/bcwipe/Makefile | 3 | ||||
-rw-r--r-- | security/bcwipe/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/bcwipe/Makefile b/security/bcwipe/Makefile index 9355266b31b2..f1b4f2ed382d 100644 --- a/security/bcwipe/Makefile +++ b/security/bcwipe/Makefile @@ -19,7 +19,8 @@ NO_CDROM= yes USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME} -MAN1= bcwipe.1 +MAN1= bcwipe.1 +PLIST_FILES= bin/bcwipe post-patch: @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile diff --git a/security/bcwipe/pkg-plist b/security/bcwipe/pkg-plist deleted file mode 100644 index 33e198e6e371..000000000000 --- a/security/bcwipe/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/bcwipe |