point this to the correct location to find its data files on runtime

bump PKGNAME
issue pointed out by jason@
This commit is contained in:
pvalchev 2003-06-19 20:17:25 +00:00
parent 8b1b2c55da
commit a5635fe12d
2 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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