pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
plink: Remove 19 suffix from binary and pkgname
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sun Feb 10 17:00:10 2019 -0600
Changeset: 022f74790d163dd681e1ef1bc629291caa9abea7
Modified Files:
plink/Makefile
plink/PLIST
Log Message:
plink: Remove 19 suffix from binary and pkgname
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=022f74790d163dd681e1ef1bc629291caa9abea7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
plink/Makefile | 5 +----
plink/PLIST | 2 +-
2 files changed, 2 insertions(+), 5 deletions(-)
diffs:
diff --git a/plink/Makefile b/plink/Makefile
index f57d5f02b4..75b768cfba 100644
--- a/plink/Makefile
+++ b/plink/Makefile
@@ -6,7 +6,6 @@
###########################################################
DISTNAME= plink-${PORTVERSION}
-PKGNAME= plink19-${PORTVERSION}
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_GITHUB:=chrchang/}
GITHUB_PROJECT= plink-ng
@@ -37,10 +36,8 @@ INSTALLATION_DIRS= bin
post-patch:
${CP} ${WRKSRC}/Makefile.std ${WRKSRC}/Makefile
-# Override install target and install as plink19 to allow coexistence with
-# plink 1.07
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/plink ${DESTDIR}${PREFIX}/bin/plink19
+ ${INSTALL_PROGRAM} ${WRKSRC}/plink ${DESTDIR}${PREFIX}/bin
.include "../../wip/cblas/buildlink3.mk"
.include "../../math/blas/buildlink3.mk"
diff --git a/plink/PLIST b/plink/PLIST
index 98b3edba23..1569d480ab 100644
--- a/plink/PLIST
+++ b/plink/PLIST
@@ -1,2 +1,2 @@
@comment $NetBSD$
-bin/plink19
+bin/plink
Home |
Main Index |
Thread Index |
Old Index