diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-23 20:55:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-23 20:55:20 +0800 |
commit | 0975cc41c76f7b610637ef8064a1aa464957f0e7 (patch) | |
tree | 186abd6bd655f3f9259d9e76010ea2bc82ffefc9 /sysutils | |
parent | 0c9bb72226b5c1f7980ee6c2a4b55483e8626e2f (diff) | |
download | freebsd-ports-gnome-0975cc41c76f7b610637ef8064a1aa464957f0e7.tar.gz freebsd-ports-gnome-0975cc41c76f7b610637ef8064a1aa464957f0e7.tar.zst freebsd-ports-gnome-0975cc41c76f7b610637ef8064a1aa464957f0e7.zip |
samples should be named .sample
Diffstat (limited to 'sysutils')
-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 |