diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-23 20:55:20 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-23 20:55:20 +0800 |
commit | fe2afb82c767f95cd65851c393a5116542b37ebb (patch) | |
tree | 186abd6bd655f3f9259d9e76010ea2bc82ffefc9 /sysutils/sievelog | |
parent | 5a77afa701677a4dc4a4fadd30c27900052a0d1d (diff) | |
download | freebsd-ports-gnome-fe2afb82c767f95cd65851c393a5116542b37ebb.tar.gz freebsd-ports-gnome-fe2afb82c767f95cd65851c393a5116542b37ebb.tar.zst freebsd-ports-gnome-fe2afb82c767f95cd65851c393a5116542b37ebb.zip |
samples should be named .sample
Diffstat (limited to 'sysutils/sievelog')
-rw-r--r-- | sysutils/sievelog/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sievelog/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/sievelog/Makefile b/sysutils/sievelog/Makefile index 5da8edb2de03..ac0d2bc91816 100644 --- a/sysutils/sievelog/Makefile +++ b/sysutils/sievelog/Makefile @@ -3,7 +3,7 @@ PORTNAME= sievelog PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ USE_PYTHON= distutils SUB_FILES= pkg-message post-install: - @${CP} -p ${WRKSRC}/test.sv ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.example + @${CP} -p ${WRKSRC}/test.sv ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample @${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${INSTALL_MAN} ${WRKSRC}/man/man5/${PORTNAME}.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5 diff --git a/sysutils/sievelog/pkg-plist b/sysutils/sievelog/pkg-plist index c334386f37c5..c4e2b9a769b5 100644 --- a/sysutils/sievelog/pkg-plist +++ b/sysutils/sievelog/pkg-plist @@ -1,4 +1,4 @@ bin/sievelog -@sample etc/sievelog.conf.example +@sample etc/sievelog.conf.sample man/man1/sievelog.1.gz man/man5/sievelog.conf.5.gz |