diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 09:48:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 09:48:54 +0000 |
commit | 4c7f7c366c05f95c8de1a04a28a10edb2520a8d3 (patch) | |
tree | 953022d190d94b7533bdc20a56ca5c5bc39761c5 /mail/qmqtool/Makefile | |
parent | 890a5c28b9179800069ccab16b7696ec0b0687f5 (diff) | |
download | ports-4c7f7c366c05f95c8de1a04a28a10edb2520a8d3.tar.gz ports-4c7f7c366c05f95c8de1a04a28a10edb2520a8d3.zip |
Notes
Diffstat (limited to 'mail/qmqtool/Makefile')
-rw-r--r-- | mail/qmqtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmqtool/Makefile b/mail/qmqtool/Makefile index 27a1e039d9fb..6d82dcba0754 100644 --- a/mail/qmqtool/Makefile +++ b/mail/qmqtool/Makefile @@ -18,7 +18,7 @@ COMMENT= Tool to manipulate contents of a qmail queue WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes -USE_PERL5= yes +USES= perl5 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/qmqtool ${PREFIX}/bin |