diff options
author | clement <clement@FreeBSD.org> | 2004-01-17 09:01:33 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-17 09:01:33 +0800 |
commit | 2b9c1b41937475567bd3aa59b7efbf40fdd105cb (patch) | |
tree | ce41c1131b16c0a34641ae49668a9fb3a008f65a /mail/qmail-remove | |
parent | ac52a94861add45c5392de6d8457fbc604fa147b (diff) | |
download | freebsd-ports-gnome-2b9c1b41937475567bd3aa59b7efbf40fdd105cb.tar.gz freebsd-ports-gnome-2b9c1b41937475567bd3aa59b7efbf40fdd105cb.tar.zst freebsd-ports-gnome-2b9c1b41937475567bd3aa59b7efbf40fdd105cb.zip |
- Update to 0.94
- Use PORTDOCS macro
- cleanups
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'mail/qmail-remove')
-rw-r--r-- | mail/qmail-remove/Makefile | 10 | ||||
-rw-r--r-- | mail/qmail-remove/distinfo | 2 | ||||
-rw-r--r-- | mail/qmail-remove/pkg-plist | 4 |
3 files changed, 6 insertions, 10 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 diff --git a/mail/qmail-remove/distinfo b/mail/qmail-remove/distinfo index 5b047a126dcc..c71ada2a866d 100644 --- a/mail/qmail-remove/distinfo +++ b/mail/qmail-remove/distinfo @@ -1 +1 @@ -MD5 (qmail-remove-0.93.tar.gz) = f97e3aa1a5ee7f37482ab2e7d26abf82 +MD5 (qmail-remove-0.94.tar.gz) = 3a85bb8112a3f6e7a0ea53aa8112a846 diff --git a/mail/qmail-remove/pkg-plist b/mail/qmail-remove/pkg-plist index 29344d086b2c..7517b42d4ebc 100644 --- a/mail/qmail-remove/pkg-plist +++ b/mail/qmail-remove/pkg-plist @@ -1,5 +1 @@ sbin/qmail-remove -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% |