mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
- Update to 0.94
- Use PORTDOCS macro - cleanups Approved by: erwin (mentor) (implicitly)
This commit is contained in:
parent
d9669bc94c
commit
f9c401436b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98364
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qmail-remove-0.93.tar.gz) = f97e3aa1a5ee7f37482ab2e7d26abf82
|
||||
MD5 (qmail-remove-0.94.tar.gz) = 3a85bb8112a3f6e7a0ea53aa8112a846
|
||||
|
@ -1,5 +1 @@
|
||||
sbin/qmail-remove
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user