summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-02-14 01:09:07 +0000
committerrillig <rillig@pkgsrc.org>2006-02-14 01:09:07 +0000
commit68da0ffdec83da065fa1d17245bd40754f5ee2ec (patch)
tree2388cdb638e76909f61509d6245cebec25c0dfd3 /devel
parentecc788c5655f2071b72f4c646c087d8e8fc696e9 (diff)
downloadpkgsrc-68da0ffdec83da065fa1d17245bd40754f5ee2ec.tar.gz
Replaced ${PKGNAME} with ${PKGNAME_NOREV} to match the PLIST. Bumped
PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/jgrasp/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/devel/jgrasp/Makefile b/devel/jgrasp/Makefile
index de4b6ab3f79..9514195be28 100644
--- a/devel/jgrasp/Makefile
+++ b/devel/jgrasp/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2006/02/05 23:08:44 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2006/02/14 01:09:07 rillig Exp $
#
DISTNAME= jgrasp170
PKGNAME= jgrasp-1.7.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.eng.auburn.edu/pub/grasp/jgrasp/
EXTRACT_SUFX= .zip
@@ -28,19 +28,19 @@ do-build:
${WRKSRC}/src/linux_exec.c
do-install:
- ${INSTALL_PROGRAM_DIR} ${PREFIX}/${PKGNAME}
- ${INSTALL_PROGRAM_DIR} ${PREFIX}/${PKGNAME}/bin
- ${INSTALL_PROGRAM_DIR} ${PREFIX}/${PKGNAME}/bin/${LOWER_OPSYS}
- ${INSTALL_PROGRAM_DIR} ${PREFIX}/${PKGNAME}/jbin
+ ${INSTALL_PROGRAM_DIR} ${PREFIX}/${PKGNAME_NOREV}
+ ${INSTALL_PROGRAM_DIR} ${PREFIX}/${PKGNAME_NOREV}/bin
+ ${INSTALL_PROGRAM_DIR} ${PREFIX}/${PKGNAME_NOREV}/bin/${LOWER_OPSYS}
+ ${INSTALL_PROGRAM_DIR} ${PREFIX}/${PKGNAME_NOREV}/jbin
cd ${WRKSRC} && ${PAX} -s ,^./.*bin/.*,, \
- -rw . ${PREFIX}/${PKGNAME}/
+ -rw . ${PREFIX}/${PKGNAME_NOREV}/
${INSTALL_DATA} ${WRKSRC}/jbin/JGRASP__829J_6h.class \
- ${PREFIX}/${PKGNAME}/jbin/
+ ${PREFIX}/${PKGNAME_NOREV}/jbin/
${INSTALL_PROGRAM} ${WRKSRC}/jbin/${LOWER_OPSYS}_run \
- ${PREFIX}/${PKGNAME}/jbin/
+ ${PREFIX}/${PKGNAME_NOREV}/jbin/
${INSTALL_PROGRAM} ${WRKSRC}/bin/${LOWER_OPSYS}/jgrasp \
- ${PREFIX}/${PKGNAME}/bin/${LOWER_OPSYS}/
- ${LN} -s ${PREFIX}/${PKGNAME}/bin/${LOWER_OPSYS}/jgrasp \
+ ${PREFIX}/${PKGNAME_NOREV}/bin/${LOWER_OPSYS}/
+ ${LN} -s ${PREFIX}/${PKGNAME_NOREV}/bin/${LOWER_OPSYS}/jgrasp \
${PREFIX}/bin/jgrasp
.include "../../mk/x11.buildlink3.mk"