summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2011-08-14 15:23:41 +0000
committerobache <obache>2011-08-14 15:23:41 +0000
commit15db6653aac48de41daa523ac6ddc5e393de6034 (patch)
tree3ce0141cfe3e8c3c5e0274e4c56a36a79d424433
parentfb932308a1d58960d76364dd6d4bc85ca76bdbb9 (diff)
downloadpkgsrc-15db6653aac48de41daa523ac6ddc5e393de6034.tar.gz
No need to buildlink with perl5, just require perl to run and pod2man to gen man.
Relax dependency and Bump PKGREVISION.
-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"