aboutsummaryrefslogtreecommitdiff
path: root/mail/qmhandle
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-07-23 14:32:36 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-07-23 14:32:36 +0000
commit02f1a23b809e4b41fc82d02f1abe126a209cb6e9 (patch)
tree0abda973b870421b2c87f80fd259cca0e6565ecd /mail/qmhandle
parent318f4709251cb76bcc7fa4b8cfb3a87f59081211 (diff)
downloadports-02f1a23b809e4b41fc82d02f1abe126a209cb6e9.tar.gz
ports-02f1a23b809e4b41fc82d02f1abe126a209cb6e9.zip
Notes
Diffstat (limited to 'mail/qmhandle')
-rw-r--r--mail/qmhandle/Makefile9
-rw-r--r--mail/qmhandle/pkg-descr3
-rw-r--r--mail/qmhandle/pkg-plist4
3 files changed, 6 insertions, 10 deletions
diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile
index c0f98762c6e7..6c0ef9f5fc8c 100644
--- a/mail/qmhandle/Makefile
+++ b/mail/qmhandle/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= qmhandle
DISTNAME= qmhandle-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= garga@FreeBSD.org
COMMENT= Tool to view and manage a qmail queue
USE_QMAIL_RUN= yes
@@ -22,10 +22,13 @@ NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_PERL5= yes
+PLIST_FILES= bin/qmHandle
+PORTDOCS= HISTORY README
+
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
-IGNORE= requires perl 5.6.1 or later. Install lang/perl5 then try again
+IGNORE= requires perl 5.6.1 or later. Install lang/perl5 then try again
.endif
post-patch:
@@ -36,7 +39,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in HISTORY README
+.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/mail/qmhandle/pkg-descr b/mail/qmhandle/pkg-descr
index 9802349bd5de..a590655b47ea 100644
--- a/mail/qmhandle/pkg-descr
+++ b/mail/qmhandle/pkg-descr
@@ -10,6 +10,3 @@ The key features of qmHandle are:
* You can remove a message from the queue.
WWW: http://qmhandle.sourceforge.net/
-
-- Pete
-petef@FreeBSD.org
diff --git a/mail/qmhandle/pkg-plist b/mail/qmhandle/pkg-plist
deleted file mode 100644
index 2bb092b008dd..000000000000
--- a/mail/qmhandle/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/qmHandle
-%%PORTDOCS%%share/doc/qmHandle/HISTORY
-%%PORTDOCS%%share/doc/qmHandle/README
-%%PORTDOCS%%@dirrm share/doc/qmHandle