aboutsummaryrefslogtreecommitdiff
path: root/net-im/vicq
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
commitc10f314307a4e84ca4811cb03db549590b4c364a (patch)
treeaefb02047d08a1e3c25a562330070cfdd71f0579 /net-im/vicq
parentbeaeca88a88b0f7e641416a47008edd52290575c (diff)
downloadports-c10f314307a4e84ca4811cb03db549590b4c364a.tar.gz
ports-c10f314307a4e84ca4811cb03db549590b4c364a.zip
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=238202
Diffstat (limited to 'net-im/vicq')
-rw-r--r--net-im/vicq/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/net-im/vicq/Makefile b/net-im/vicq/Makefile
index 3137b191d01c..7f7383ba757b 100644
--- a/net-im/vicq/Makefile
+++ b/net-im/vicq/Makefile
@@ -21,23 +21,19 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
PERL_CONFIGURE= yes
+SIGNAL_PATCH=p5.8-patch-sigalrm
post-extract:
${MV} ${WRKSRC}/Net/vICQ/* ${WRKSRC}
${RM} ${WRKSRC}/install.pl
+post-patch:
+ @${ECHO_MSG} "===> Applying patch ${SIGNAL_PATCH} for ${PKGNAME}"
+ @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/${SIGNAL_PATCH}
+
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/vicq ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/examples/vicq
${INSTALL_DATA} ${WRKSRC}/vicqrc.example ${PREFIX}/share/examples/vicq
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 500800
-SIGNAL_PATCH=p5.8-patch-sigalrm
-post-patch:
- @${ECHO_MSG} "===> Applying patch ${SIGNAL_PATCH} for ${PKGNAME}"
- @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/${SIGNAL_PATCH}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>