summaryrefslogtreecommitdiff
path: root/mail/qmail-remove/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-17 01:01:33 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-17 01:01:33 +0000
commitf9c401436b2a666edf9db86b7376a8b6f5f134be (patch)
treec1abe68f6cb480ddc230dd683f087db166eec4fe /mail/qmail-remove/Makefile
parentUpdate to 1.0.7. (diff)
- Update to 0.94
- Use PORTDOCS macro - cleanups Approved by: erwin (mentor) (implicitly)
Notes
Notes: svn path=/head/; revision=98364
Diffstat (limited to 'mail/qmail-remove/Makefile')
-rw-r--r--mail/qmail-remove/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/qmail-remove/Makefile b/mail/qmail-remove/Makefile
index 6ea46036e4a9..30ea5904557e 100644
--- a/mail/qmail-remove/Makefile
+++ b/mail/qmail-remove/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= qmail-remove
-PORTVERSION= 0.93
+PORTVERSION= 0.94
CATEGORIES= mail
MASTER_SITES= http://www.linuxmagic.com/opensource/qmail/qmail-remove/
MAINTAINER= clement@FreeBSD.org
COMMENT= Removes messages from your qmail queue baed on a particular string
-DOC_FILES= INSTALL LICENSE README
+PORTDOCS= INSTALL LICENSE README
do-build:
@(cd ${WRKSRC} ;\
@@ -22,11 +22,11 @@ do-build:
${CC} ${CFLAGS} ${LDFLAGS} ${PORTNAME}.c -o ${PORTNAME} )
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
+ @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for f in ${DOC_FILES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.for f in ${PORTDOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif