aboutsummaryrefslogtreecommitdiff
path: root/devel/libgtop
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
commitd095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch)
treeca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /devel/libgtop
parentc0a7a1f97264b914fa27603f8433b87b38b15f14 (diff)
downloadports-d095d4a96566a3ab095ab2e30430ce93a154f1a7.tar.gz
ports-d095d4a96566a3ab095ab2e30430ce93a154f1a7.zip
Notes
Diffstat (limited to 'devel/libgtop')
-rw-r--r--devel/libgtop/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index 92b116051652..1c47ecf8168d 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -29,6 +29,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
INFO= libgtop2
+PKGMESSAGE= ${FILESDIR}/pkg-message
+
.include <bsd.port.pre.mk>
.if ( ${OSVERSION} >= 800000 && ${OSVERSION} < 800019 ) || \
@@ -36,18 +38,12 @@ INFO= libgtop2
RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof
.endif
-.if ${OSVERSION} >= 600000
-PKGMESSAGE= ${FILESDIR}/pkg-message
-.endif
-
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
post-install:
@${CHGRP} kmem ${PREFIX}/bin/libgtop_server2
@${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2
-.if ${OSVERSION} >= 600000
@${CAT} ${PKGMESSAGE}
-.endif
.include <bsd.port.post.mk>