diff options
author | garga <garga@FreeBSD.org> | 2006-07-23 22:32:36 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-23 22:32:36 +0800 |
commit | f6d0f396af8333e2bb90e7583b59fdf70744263a (patch) | |
tree | 1499f41d46551a7b98b78b92ef026c600c22eb55 /mail | |
parent | b4d5fd121a4f3d43f7d8825f4e7601136e843f4e (diff) | |
download | freebsd-ports-gnome-f6d0f396af8333e2bb90e7583b59fdf70744263a.tar.gz freebsd-ports-gnome-f6d0f396af8333e2bb90e7583b59fdf70744263a.tar.zst freebsd-ports-gnome-f6d0f396af8333e2bb90e7583b59fdf70744263a.zip |
- Use PORTDOCS
- Remove uneeded pkg-plist
- Fix pkg-descr
- Adopt
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmHandle/Makefile | 9 | ||||
-rw-r--r-- | mail/qmHandle/pkg-descr | 3 | ||||
-rw-r--r-- | mail/qmHandle/pkg-plist | 4 | ||||
-rw-r--r-- | mail/qmhandle/Makefile | 9 | ||||
-rw-r--r-- | mail/qmhandle/pkg-descr | 3 | ||||
-rw-r--r-- | mail/qmhandle/pkg-plist | 4 |
6 files changed, 12 insertions, 20 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 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 |