diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-07-03 19:10:05 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-07-03 19:10:05 +0800 |
commit | 82cb1b3015faeaed1573d47b820822b66d28e609 (patch) | |
tree | d69717bfe48ab80ea4bfda05e0dc32ddde4ea1c5 /security | |
parent | 373455ead9c2d5ba30cc8b9930532b6112b2c81d (diff) | |
download | freebsd-ports-gnome-82cb1b3015faeaed1573d47b820822b66d28e609.tar.gz freebsd-ports-gnome-82cb1b3015faeaed1573d47b820822b66d28e609.tar.zst freebsd-ports-gnome-82cb1b3015faeaed1573d47b820822b66d28e609.zip |
Fix install / mtree ith custom PREFIX
Reported by: QATty
Diffstat (limited to 'security')
-rw-r--r-- | security/bfbtester/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/bfbtester/Makefile b/security/bfbtester/Makefile index a00496813f61..a6e94db4e7c9 100644 --- a/security/bfbtester/Makefile +++ b/security/bfbtester/Makefile @@ -9,13 +9,12 @@ PORTNAME= bfbtester PORTVERSION= 2.0.1 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= bfbtester +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A security tool for testing binaries for overflows -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes PLIST_FILES= bin/bfbtester USE_GMAKE= yes |