summaryrefslogtreecommitdiff
path: root/www/mod_frontpage/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-02-03 21:59:27 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-02-03 21:59:27 +0000
commit33d6650dcc9cfb8551fdd2632ee6aa2a89c0d1e4 (patch)
tree4b54377bda131602b8a865d1664c1ae151ba3691 /www/mod_frontpage/Makefile
parentUpgrade to 8.3.1, an urgent bugfix release. To quote from the release (diff)
Upgrade to version 1.6 which I just have finished today.
Reviewed by: some frontpage users
Notes
Notes: svn path=/head/; revision=54175
Diffstat (limited to 'www/mod_frontpage/Makefile')
-rw-r--r--www/mod_frontpage/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/mod_frontpage/Makefile b/www/mod_frontpage/Makefile
index c88133474683..3ea8acfd75ad 100644
--- a/www/mod_frontpage/Makefile
+++ b/www/mod_frontpage/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= mod_frontpage
-PORTVERSION= 1.5.2
-PORTREVISION= 1
+PORTVERSION= 1.6
CATEGORIES= www
MASTER_SITES= http://people.freebsd.org/~mbr/distfiles/
@@ -19,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT}
.include <bsd.port.pre.mk>
-ONLY_FOR_ARCHS= i386
+PKGMESSAGE= pkg-message
INSTALL_FILE= ${INSTALL} -c -m 555 -o bin -g bin
PKG_PREFIX= ${PREFIX}
@@ -43,4 +42,7 @@ AP_LIBEXEC?= ${PREFIX}/libexec/apache
PERL_CONFIGURE= yes
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>