summaryrefslogtreecommitdiff
path: root/time/rem2ics
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-08-14 15:23:41 +0000
committerobache <obache@pkgsrc.org>2011-08-14 15:23:41 +0000
commite02199775116939d232a6fddbb0df0b26d16e160 (patch)
tree3ce0141cfe3e8c3c5e0274e4c56a36a79d424433 /time/rem2ics
parentca6777aa50b3d417be6cf2f72ea24d701b7fd25f (diff)
downloadpkgsrc-e02199775116939d232a6fddbb0df0b26d16e160.tar.gz
No need to buildlink with perl5, just require perl to run and pod2man to gen man.
Relax dependency and Bump PKGREVISION.
Diffstat (limited to 'time/rem2ics')
-rw-r--r--time/rem2ics/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/time/rem2ics/Makefile b/time/rem2ics/Makefile
index 43f9788546f..341925ab693 100644
--- a/time/rem2ics/Makefile
+++ b/time/rem2ics/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2010/08/21 16:36:29 seb Exp $
+# $NetBSD: Makefile,v 1.3 2011/08/14 15:23:41 obache Exp $
#
DISTNAME= rem2ics-0.93
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time
MASTER_SITES= http://mark.atwood.name/code/rem2ics/
EXTRACT_SUFX= .zip
@@ -17,6 +17,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
+USE_TOOLS+= perl:run pod2man
MAKE_FILE= rem2ics-Makefile
BUILD_TARGET= rem2ics.1
@@ -26,5 +27,4 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/rem2ics ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/rem2ics.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"