diff options
author | clement <clement@FreeBSD.org> | 2004-01-17 01:01:33 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-17 01:01:33 +0000 |
commit | 2b9c1b41937475567bd3aa59b7efbf40fdd105cb (patch) | |
tree | ce41c1131b16c0a34641ae49668a9fb3a008f65a /mail/qmail-remove/Makefile | |
parent | ac52a94861add45c5392de6d8457fbc604fa147b (diff) | |
download | FreeBSD-ports-2b9c1b41937475567bd3aa59b7efbf40fdd105cb.zip FreeBSD-ports-2b9c1b41937475567bd3aa59b7efbf40fdd105cb.tar.gz |
- Update to 0.94
- Use PORTDOCS macro
- cleanups
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'mail/qmail-remove/Makefile')
-rw-r--r-- | mail/qmail-remove/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/qmail-remove/Makefile b/mail/qmail-remove/Makefile index 6ea4603..30ea590 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 |