aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/sievelog
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-29 22:19:38 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-29 22:19:38 +0800
commit39ffdc903ce7fa42fc2510b399755c8d5e175b05 (patch)
treedb54f1b1d5b34f86d986babaa676208e2beb451d /sysutils/sievelog
parenta13fb89b2dd3401fd05f2735abd3ce82ab91ff1e (diff)
downloadfreebsd-ports-gnome-39ffdc903ce7fa42fc2510b399755c8d5e175b05.tar.gz
freebsd-ports-gnome-39ffdc903ce7fa42fc2510b399755c8d5e175b05.tar.zst
freebsd-ports-gnome-39ffdc903ce7fa42fc2510b399755c8d5e175b05.zip
1: Stagify.
2: use @sample, bump version. Approved by: portmgr@ (blanket approval)
Diffstat (limited to 'sysutils/sievelog')
-rw-r--r--sysutils/sievelog/Makefile15
-rw-r--r--sysutils/sievelog/pkg-plist4
2 files changed, 8 insertions, 11 deletions
diff --git a/sysutils/sievelog/Makefile b/sysutils/sievelog/Makefile
index 4adf6d2d70b9..a00ebe6009f1 100644
--- a/sysutils/sievelog/Makefile
+++ b/sysutils/sievelog/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sievelog
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,17 +16,9 @@ USE_PYDISTUTILS=yes
SUB_FILES= pkg-message
-PLIST_FILES= bin/${PORTNAME} \
- etc/${PORTNAME}.conf.example
-
-MAN1= ${PORTNAME}.1
-MAN5= ${PORTNAME}.conf.5
-
-NO_STAGE= yes
post-install:
- @${CP} -p ${WRKSRC}/test.sv ${PREFIX}/etc/${PORTNAME}.conf.example
- @${INSTALL_MAN} ${WRKSRC}/man/man1/${MAN1} ${MANPREFIX}/man/man1
- @${INSTALL_MAN} ${WRKSRC}/man/man5/${MAN5} ${MANPREFIX}/man/man5
- @${CAT} ${PKGMESSAGE}
+ @${CP} -p ${WRKSRC}/test.sv ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.example
+ @${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ @${INSTALL_MAN} ${WRKSRC}/man/man5/${PORTNAME}.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5
.include <bsd.port.mk>
diff --git a/sysutils/sievelog/pkg-plist b/sysutils/sievelog/pkg-plist
new file mode 100644
index 000000000000..c334386f37c5
--- /dev/null
+++ b/sysutils/sievelog/pkg-plist
@@ -0,0 +1,4 @@
+bin/sievelog
+@sample etc/sievelog.conf.example
+man/man1/sievelog.1.gz
+man/man5/sievelog.conf.5.gz