From 68da0ffdec83da065fa1d17245bd40754f5ee2ec Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 14 Feb 2006 01:09:07 +0000 Subject: Replaced ${PKGNAME} with ${PKGNAME_NOREV} to match the PLIST. Bumped PKGREVISION. --- devel/jgrasp/Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'devel') 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" -- cgit v1.2.3