summaryrefslogtreecommitdiff
path: root/devel/libgtop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgtop/Makefile')
-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>