diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
commit | 9aac569eaa031e27191a3f4165b389a17f467ad2 (patch) | |
tree | 1ed78841e1757014ccc09581c61c3683992d3f77 /mail/postfix28 | |
parent | 47b836bfe5c397deb173a868525d4cba22cbb5fa (diff) | |
download | ports-9aac569eaa031e27191a3f4165b389a17f467ad2.tar.gz ports-9aac569eaa031e27191a3f4165b389a17f467ad2.zip |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes
Notes:
svn path=/head/; revision=302141
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix28/files/postfix.in (renamed from mail/postfix28/files/postfix.sh.in) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 75be6eeee329..b3825161477e 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -258,10 +258,10 @@ PLIST_SUB+= TEST="@comment " PKGNAMESUFFIX= -base PREFIX= /usr ETCDIR= /etc/postfix -USE_RCORDER= postfix.sh +USE_RCORDER= postfix PLIST_SUB+= BASE="" .else -USE_RC_SUBR= postfix.sh +USE_RC_SUBR= postfix PLIST_SUB+= BASE="@comment " .endif diff --git a/mail/postfix28/files/postfix.sh.in b/mail/postfix28/files/postfix.in index 216a3a5b21f0..216a3a5b21f0 100644 --- a/mail/postfix28/files/postfix.sh.in +++ b/mail/postfix28/files/postfix.in |