diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-23 18:34:15 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-23 18:34:15 +0000 |
commit | f060038cb4c429a087f93bddc2816b1060ab00c0 (patch) | |
tree | a1c7eaf22c01c0028fce17bea4e023117626beef /x11-wm/sawfish | |
parent | Update 0.2p -> 0.2q (diff) |
Fix bogon in PLIST_SUB that was preventing the PLIST
from being generated at install time.
Not approved by: maintainer
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index ceedbf3e13e5..c80caf0fcd23 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -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 |