diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-08 17:09:23 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-08 17:09:23 +0000 |
commit | e964bab96873f65925465cdbf49105dfc4d70471 (patch) | |
tree | e51252f913cbd8c3a4a7d3acd0be84781c4deb24 /mail/queue-repair | |
parent | 5477ca3a245884eaf42a387e2d7a3aa3bca9b911 (diff) | |
download | ports-e964bab96873f65925465cdbf49105dfc4d70471.tar.gz ports-e964bab96873f65925465cdbf49105dfc4d70471.zip |
Notes
Diffstat (limited to 'mail/queue-repair')
-rw-r--r-- | mail/queue-repair/Makefile | 9 | ||||
-rw-r--r-- | mail/queue-repair/distinfo | 2 | ||||
-rw-r--r-- | mail/queue-repair/pkg-plist | 10 |
3 files changed, 9 insertions, 12 deletions
diff --git a/mail/queue-repair/Makefile b/mail/queue-repair/Makefile index 149e650ddfe0..a7d311d78f75 100644 --- a/mail/queue-repair/Makefile +++ b/mail/queue-repair/Makefile @@ -6,8 +6,7 @@ # PORTNAME= queue-repair -PORTVERSION= 0.8.6 -PORTREVISION= 1 +PORTVERSION= 0.9.0 CATEGORIES= mail python MASTER_SITES= http://www.qcc.ca/~charlesc/software/queue_repair/ @@ -22,7 +21,7 @@ QMAIL_DIR?= /var/qmail USE_PYTHON= yes USE_REINPLACE= yes -DOCS= BLURB CHANGELOG TODO docs.txt +DOCS= BLURB CHANGELOG TODO do-build: ${REINPLACE_CMD} -e 's,^#!/usr/bin/python,#!${PYTHON_CMD},' \ @@ -35,9 +34,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py ${PREFIX}/bin/queue-repair .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/mail/queue-repair/distinfo b/mail/queue-repair/distinfo index ce86d1d9f727..e162d904c66a 100644 --- a/mail/queue-repair/distinfo +++ b/mail/queue-repair/distinfo @@ -1 +1 @@ -MD5 (queue-repair-0.8.6.tar.gz) = 257734fdbdd2315448198bfe7e063a1c +MD5 (queue-repair-0.9.0.tar.gz) = de68bdb4230fb2754d3ccf718784a66a diff --git a/mail/queue-repair/pkg-plist b/mail/queue-repair/pkg-plist index b4dc7a719a84..b2fcdb7e21c4 100644 --- a/mail/queue-repair/pkg-plist +++ b/mail/queue-repair/pkg-plist @@ -1,6 +1,6 @@ +@comment $FreeBSD$ bin/queue-repair -%%PORTDOCS%%share/doc/queue-repair/BLURB -%%PORTDOCS%%share/doc/queue-repair/CHANGELOG -%%PORTDOCS%%share/doc/queue-repair/TODO -%%PORTDOCS%%share/doc/queue-repair/docs.txt -%%PORTDOCS%%@dirrm share/doc/queue-repair +%%PORTDOCS%%%%DOCSDIR%%/BLURB +%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%@dirrm %%DOCSDIR%% |