From 0975cc41c76f7b610637ef8064a1aa464957f0e7 Mon Sep 17 00:00:00 2001 From: antoine Date: Tue, 23 Dec 2014 12:55:20 +0000 Subject: samples should be named .sample --- sysutils/sievelog/Makefile | 4 ++-- 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 -- cgit