diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-08 02:33:16 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-08 02:33:16 +0000 |
commit | 4d0530f0e062f7e66689e28a41fc0100cfd66ef7 (patch) | |
tree | d548f03c4add56c1c995459e5cb504ad83374963 /sysutils/qlogtools | |
parent | 237a77c2981e82df8efebf61e79acc9f742dabad (diff) | |
download | ports-4d0530f0e062f7e66689e28a41fc0100cfd66ef7.tar.gz ports-4d0530f0e062f7e66689e28a41fc0100cfd66ef7.zip |
Notes
Diffstat (limited to 'sysutils/qlogtools')
-rw-r--r-- | sysutils/qlogtools/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/qlogtools/Makefile b/sysutils/qlogtools/Makefile index ecb9ccbf5012..e1ee287e832e 100644 --- a/sysutils/qlogtools/Makefile +++ b/sysutils/qlogtools/Makefile @@ -3,7 +3,7 @@ PORTNAME= qlogtools PORTVERSION= 3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/${PORTNAME}/ @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tools for processing logs from qmail and other packages LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING PORTDOCS= NEWS README @@ -24,13 +25,8 @@ do-configure: do-install: cd ${WRKSRC} && ./installer - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include <bsd.port.mk> |