aboutsummaryrefslogtreecommitdiffstats
path: root/misc/instant-server
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2011-08-14 22:37:15 +0800
committerohauer <ohauer@FreeBSD.org>2011-08-14 22:37:15 +0800
commit0a0862c23b9aa97f4d783dc3f070e83880ca6b00 (patch)
tree1452b1f97381f5d8049725c0d9b0091a84007413 /misc/instant-server
parent249c4a44eda82fa3fa6650f9d8ae8e2708973391 (diff)
downloadfreebsd-ports-gnome-0a0862c23b9aa97f4d783dc3f070e83880ca6b00.tar.gz
freebsd-ports-gnome-0a0862c23b9aa97f4d783dc3f070e83880ca6b00.tar.zst
freebsd-ports-gnome-0a0862c23b9aa97f4d783dc3f070e83880ca6b00.zip
- 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 )
Diffstat (limited to 'misc/instant-server')
-rw-r--r--misc/instant-server/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile
index d8b513dac68e..b3631b2bb380 100644
--- a/misc/instant-server/Makefile
+++ b/misc/instant-server/Makefile
@@ -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>