From a5635fe12de7fba3db374f80a2f14899532b93a2 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Thu, 19 Jun 2003 20:17:25 +0000 Subject: [PATCH] point this to the correct location to find its data files on runtime bump PKGNAME issue pointed out by jason@ --- cad/spice/Makefile | 4 ++-- cad/spice/files/OpenBSD | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 891291b7f54..900f8f63c88 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2002/10/24 23:05:53 naddy Exp $ +# $OpenBSD: Makefile,v 1.19 2003/06/19 20:17:25 pvalchev Exp $ COMMENT= "Simulation Program for Integrated Circuit Electronics" DISTNAME= sp3f4.kit -PKGNAME= spice-3f5 +PKGNAME= spice-3f5p1 CATEGORIES= cad PERMIT_PACKAGE_CDROM= "no fee" diff --git a/cad/spice/files/OpenBSD b/cad/spice/files/OpenBSD index 202109bf786..780a96495c3 100644 --- a/cad/spice/files/OpenBSD +++ b/cad/spice/files/OpenBSD @@ -1,4 +1,4 @@ -# $OpenBSD: OpenBSD,v 1.3 2001/08/02 22:53:18 pvalchev Exp $ +# $OpenBSD: OpenBSD,v 1.4 2003/06/19 20:17:25 pvalchev Exp $ # # Spice configuration file for OpenBSD @@ -10,5 +10,5 @@ SYS_CFLAGS = -Dbsd -DHAS_STDLIB SYS_DIR = ${DIST_DIR}/OpenBSD SPICE_DIR = ${PREFIX} SPICE_LIB_DIR = ${PREFIX}/lib/spice -S_SPICE_DIR = ${PREFIX} -S_SPICE_LIB_DIR = ${PREFIX}/lib/spice +S_SPICE_DIR = ${LOCALBASE} +S_SPICE_LIB_DIR = ${LOCALBASE}/lib/spice