aboutsummaryrefslogtreecommitdiff
path: root/editors/vigor
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-27 22:03:27 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-27 22:03:27 +0000
commit22a6bd229474f1e4ec80603884eb1d02047d72f2 (patch)
treeed78fe62f82e541ec460b9d4d6495c6d82e77471 /editors/vigor
parentbdfb7058a11994d559c2fdffe385230dfa004e3f (diff)
downloadports-22a6bd229474f1e4ec80603884eb1d02047d72f2.tar.gz
ports-22a6bd229474f1e4ec80603884eb1d02047d72f2.zip
- Respect X11BASE
PR: ports/105898 Submitted by: trasz
Notes
Notes: svn path=/head/; revision=178135
Diffstat (limited to 'editors/vigor')
-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%%