diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 12:35:04 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 12:35:04 +0000 |
commit | 466ee71916f880e5a070350d8a84407ee75fe12d (patch) | |
tree | 021b5abe00057205a871723ca245d4d88618447f /security/tthsum/Makefile | |
parent | 40b020793032c5b947e54b0822101c7cb3160cb0 (diff) | |
download | ports-466ee71916f880e5a070350d8a84407ee75fe12d.tar.gz ports-466ee71916f880e5a070350d8a84407ee75fe12d.zip |
Notes
Diffstat (limited to 'security/tthsum/Makefile')
-rw-r--r-- | security/tthsum/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/tthsum/Makefile b/security/tthsum/Makefile index 3abe63b71ca2..bb4ade7618a3 100644 --- a/security/tthsum/Makefile +++ b/security/tthsum/Makefile @@ -15,15 +15,13 @@ LICENSE= GPLv3 CONFLICTS= microdc2-[0-9]* USES= gmake -MANCOMPRESSED= yes -MAN1= tthsum.1 -PLIST_FILES= bin/tthsum +PLIST_FILES= bin/tthsum man/man1/tthsum.1.gz +MAKE_ENV+= STAGEDIR=${STAGEDIR} WRKSRC= ${WRKDIR}/${PORTNAME} regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test runtest -NO_STAGE= yes .include <bsd.port.mk> |