diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-02-01 05:08:48 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-02-01 05:08:48 +0800 |
commit | 2be4c43f5324dffc164b5560edb8e165e5fb9a98 (patch) | |
tree | 6b70f2ea68c1c712c5db029873f93734b4d24e43 /mail/postfix23/Makefile | |
parent | c7cbc24d5c5417af4dbb6b547a645e26a491d0a8 (diff) | |
download | freebsd-ports-gnome-2be4c43f5324dffc164b5560edb8e165e5fb9a98.tar.gz freebsd-ports-gnome-2be4c43f5324dffc164b5560edb8e165e5fb9a98.tar.zst freebsd-ports-gnome-2be4c43f5324dffc164b5560edb8e165e5fb9a98.zip |
Add missing files to pkg-plist
Fix config files from being erased.
Submitted by: Vivek Khera
Diffstat (limited to 'mail/postfix23/Makefile')
-rw-r--r-- | mail/postfix23/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index e9eddbfb037f..09258cd2e865 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 1.1.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -78,6 +79,12 @@ do-install: sample_directory=${PREFIX}/etc/postfix \ readme_directory=${READMEDIR} + @${INSTALL_DATA} ${WRKSRC}/conf/main.cf \ + ${PREFIX}/etc/postfix/sample-main.cf + + @${INSTALL_DATA} ${WRKSRC}/conf/master.cf \ + ${PREFIX}/etc/postfix/sample-master.cf + @${INSTALL_SCRIPT} \ ${WRKSRC}/auxiliary/rmail/rmail \ ${PREFIX}/bin/rmail |