diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-24 17:59:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-24 17:59:27 +0000 |
commit | cccb1d43398764f5afb4218b956fec7223666f13 (patch) | |
tree | 68748dccba2d25e221a6495d9f5e1bbedd4e3112 /textproc/idnits/Makefile | |
parent | e3b76da857269fa4756688ffcb2b2ac279d232e2 (diff) | |
download | ports-cccb1d43398764f5afb4218b956fec7223666f13.tar.gz ports-cccb1d43398764f5afb4218b956fec7223666f13.zip |
Notes
Diffstat (limited to 'textproc/idnits/Makefile')
-rw-r--r-- | textproc/idnits/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index 732f02c1db23..62b0d08b9685 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= idnits -PORTVERSION= 2.13.01 +PORTVERSION= 2.13.02 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/idnits/ \ LOCAL/sunpoet @@ -23,6 +23,6 @@ PLIST_FILES= bin/${PORTNAME} SHEBANG_FILES= ${PORTNAME} do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> |