aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-11-28 06:03:27 +0800
committermiwi <miwi@FreeBSD.org>2006-11-28 06:03:27 +0800
commit4621b5903c2f885e668b749b78c414979619d6e8 (patch)
tree76e0ac3c57bdf7c6241f9c5837fe3b9fa0fa70c9 /editors
parent302cfcb936d6c549786dfb9c474cb0ae99955ba8 (diff)
downloadfreebsd-ports-gnome-4621b5903c2f885e668b749b78c414979619d6e8.tar.gz
freebsd-ports-gnome-4621b5903c2f885e668b749b78c414979619d6e8.tar.zst
freebsd-ports-gnome-4621b5903c2f885e668b749b78c414979619d6e8.zip
- Respect X11BASE
PR: ports/105898 Submitted by: trasz
Diffstat (limited to 'editors')
-rw-r--r--editors/vigor/Makefile5
-rw-r--r--editors/vigor/pkg-plist42
2 files changed, 24 insertions, 23 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile
index 14fb94f18eea..c9b3a5223684 100644
--- a/editors/vigor/Makefile
+++ b/editors/vigor/Makefile
@@ -9,7 +9,7 @@ PORTNAME= vigor
PORTVERSION= 0.016
CATEGORIES= editors tk82 tcl82
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A vi clone inspired by the userfriendly comic strip
@@ -20,9 +20,10 @@ LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--program-transform-name="s,0,1,"
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
+USE_XLIB= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/build
-CFLAGS+= -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/tk8.2
+CFLAGS+= -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/tk8.2
# Uglyness. So is "-ltcl -ltk -ltcl", so I don't feel bad.
post-patch:
diff --git a/editors/vigor/pkg-plist b/editors/vigor/pkg-plist
index d2a05ab6dfdd..6affe71a0e96 100644
--- a/editors/vigor/pkg-plist
+++ b/editors/vigor/pkg-plist
@@ -1,22 +1,22 @@
bin/vigor
-share/vigor/catalog/dutch
-share/vigor/catalog/english
-share/vigor/catalog/french
-share/vigor/catalog/german
-share/vigor/catalog/ru_SU.KOI8-R
-share/vigor/catalog/spanish
-share/vigor/catalog/swedish
-share/vigor/perl/VI.pm
-share/vigor/perl/forall.pl
-share/vigor/perl/make.pl
-share/vigor/perl/tk.pl
-share/vigor/perl/wc.pl
-share/vigor/recover
-share/vigor/tcl/errors.tcl
-share/vigor/tcl/gnats.tcl
-share/vigor/tcl/mailprocs.tcl
-share/vigor/tcl/wc.tcl
-@dirrm share/vigor/tcl
-@dirrm share/vigor/perl
-@dirrm share/vigor/catalog
-@dirrm share/vigor
+%%DATADIR%%/catalog/dutch
+%%DATADIR%%/catalog/english
+%%DATADIR%%/catalog/french
+%%DATADIR%%/catalog/german
+%%DATADIR%%/catalog/ru_SU.KOI8-R
+%%DATADIR%%/catalog/spanish
+%%DATADIR%%/catalog/swedish
+%%DATADIR%%/perl/VI.pm
+%%DATADIR%%/perl/forall.pl
+%%DATADIR%%/perl/make.pl
+%%DATADIR%%/perl/tk.pl
+%%DATADIR%%/perl/wc.pl
+%%DATADIR%%/recover
+%%DATADIR%%/tcl/errors.tcl
+%%DATADIR%%/tcl/gnats.tcl
+%%DATADIR%%/tcl/mailprocs.tcl
+%%DATADIR%%/tcl/wc.tcl
+@dirrm %%DATADIR%%/tcl
+@dirrm %%DATADIR%%/perl
+@dirrm %%DATADIR%%/catalog
+@dirrm %%DATADIR%%