1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

- change USE_APACHE=13 to 13+

- remove postinstall section
 ( the replace target in postfix was removed eight years ago in 2002 ...
    http://www.freebsd.org/cgi/cvsweb.cgi/ports/mail/postfix/Makefile.diff?r1=1.49;r2=1.50 )
This commit is contained in:
Olli Hauer 2011-08-14 14:37:15 +00:00
parent cb3df13feb
commit 2e60841e7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279703

View File

@ -7,7 +7,7 @@
PORTNAME= instant-server
PORTVERSION= 1.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= misc
MASTER_SITES= # Empty
DISTFILES= # None
@ -28,14 +28,11 @@ SAMBA_PORT?= net/samba34
# Don't let stupid programs ask for configuration.
BATCH= YES
USE_APACHE= 1.3
USE_APACHE= 13+
NO_BUILD= yes
# comms/hylafax irc/ircd-hybrid
postinstall:
cd ${PORTSDIR}/mail/postfix; make replace
do-install:
.include <bsd.port.mk>