1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix bogon in PLIST_SUB that was preventing the PLIST

from being generated at install time.

Not approved by:	maintainer
This commit is contained in:
Ade Lovett 2000-02-23 18:34:15 +00:00
parent 03706db785
commit f060038cb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26210
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/rep/${ARCH}--freebsd${OSREL}/libgtk.so:${PORTS
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} ${VERSION}
PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} VERSION=${VERSION}
VERSION= 0.24
USE_X_PREFIX= yes

View File

@ -24,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/rep/${ARCH}--freebsd${OSREL}/libgtk.so:${PORTS
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} ${VERSION}
PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} VERSION=${VERSION}
VERSION= 0.24
USE_X_PREFIX= yes