diff options
author | ade <ade@FreeBSD.org> | 2000-02-24 02:34:15 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-02-24 02:34:15 +0800 |
commit | 95a6c670380f5b82f0ad3f1f0350b959a684e252 (patch) | |
tree | 5b26467fb59c19b2b5e5903109c8833c6648eba9 /x11-wm/sawfish2 | |
parent | 638faf613cd4e25447f366fe7432b6ad907905b2 (diff) | |
download | freebsd-ports-gnome-95a6c670380f5b82f0ad3f1f0350b959a684e252.tar.gz freebsd-ports-gnome-95a6c670380f5b82f0ad3f1f0350b959a684e252.tar.zst freebsd-ports-gnome-95a6c670380f5b82f0ad3f1f0350b959a684e252.zip |
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/sawfish2')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index ceedbf3e13e5..c80caf0fcd23 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/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 |