pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/calltree-perl
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 23 06:09:51 UTC 2018
Modified Files:
pkgsrc/devel/calltree-perl: Makefile
Log Message:
calltree-perl: simplify
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/calltree-perl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/calltree-perl/Makefile
diff -u pkgsrc/devel/calltree-perl/Makefile:1.2 pkgsrc/devel/calltree-perl/Makefile:1.3
--- pkgsrc/devel/calltree-perl/Makefile:1.2 Mon Sep 4 05:40:44 2017
+++ pkgsrc/devel/calltree-perl/Makefile Mon Apr 23 06:09:50 2018
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2017/09/04 05:40:44 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/04/23 06:09:50 wiz Exp $
DISTNAME= Calltree-perl_pl
-PKGNAME= ${DISTNAME:tl:S/_pl//}-0.1
-COMMAND_NAME= ${DISTNAME:tl:S/_pl/.pl/}
+PKGNAME= calltree-perl-0.1
CATEGORIES= devel
#MASTER_SITES= http://gw55.quarry.iu.teragrid.org/mediawiki/images/3/39/
-EXTRACT_SUFX= # empty
DIST_SUBDIR= ${PKGNAME_NOREV}
+EXTRACT_SUFX= # empty
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
#HOMEPAGE= http://gw55.quarry.iu.teragrid.org/mediawiki/index.php?title=Perl_Static_Source_Code_Analysis
@@ -27,7 +26,6 @@ do-build:
${DO_NADA}
do-install:
- (cd ${WRKDIR} ; \
- ${INSTALL} ${DISTNAME} ${DESTDIR}${PREFIX}/bin/${COMMAND_NAME})
+ ${INSTALL} ${WRKDIR}/${DISTNAME} ${DESTDIR}${PREFIX}/bin/calltree-perl.pl
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index