diff options
author | az <az@FreeBSD.org> | 2013-09-04 17:48:54 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 17:48:54 +0800 |
commit | 3c49d377a13e5c43b341a3bf9f43c8cdf4aa60f5 (patch) | |
tree | 953022d190d94b7533bdc20a56ca5c5bc39761c5 /mail/qmqtool | |
parent | eaf61a5dfe67719aac4112d29fe8b11776e75c7e (diff) | |
download | freebsd-ports-gnome-3c49d377a13e5c43b341a3bf9f43c8cdf4aa60f5.tar.gz freebsd-ports-gnome-3c49d377a13e5c43b341a3bf9f43c8cdf4aa60f5.tar.zst freebsd-ports-gnome-3c49d377a13e5c43b341a3bf9f43c8cdf4aa60f5.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/qmqtool')
-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 |