aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase2/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-09-03 17:48:23 +0000
committerWill Andrews <will@FreeBSD.org>2001-09-03 17:48:23 +0000
commit369fcbb329b57482e2de439fdd52cd9c22d4a3a8 (patch)
tree00371bcd8fe8ad9bf7451b9fac0056ea99235e35 /x11/kdebase2/Makefile
parent385a7c1d99a8f1036f2f534c429a62acb4e2fdca (diff)
downloadports-369fcbb329b57482e2de439fdd52cd9c22d4a3a8.tar.gz
ports-369fcbb329b57482e2de439fdd52cd9c22d4a3a8.zip
Notes
Diffstat (limited to 'x11/kdebase2/Makefile')
-rw-r--r--x11/kdebase2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile
index 2a4dfc2629ef..67c9baf2bc10 100644
--- a/x11/kdebase2/Makefile
+++ b/x11/kdebase2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kdebase
PORTVERSION= 2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
@@ -63,4 +63,7 @@ pre-configure:
post-configure:
${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>