diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-07 17:50:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-07 17:50:47 +0800 |
commit | 67c9b6215cea0b7bba0c9118c381675a01b0b39c (patch) | |
tree | 13b35a6f849620806401e47269a207b8b43521d6 /devel/xwpe | |
parent | 0dc03ea7d081938c6313804e102446f529850d03 (diff) | |
download | freebsd-ports-gnome-67c9b6215cea0b7bba0c9118c381675a01b0b39c.tar.gz freebsd-ports-gnome-67c9b6215cea0b7bba0c9118c381675a01b0b39c.tar.zst freebsd-ports-gnome-67c9b6215cea0b7bba0c9118c381675a01b0b39c.zip |
[PATCH] devel/xwpe: make portlint happy
- fix pkg-plist (use DATADIR)
- remove USE_REINPLACE
PR: ports/95463
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>ZZ
Diffstat (limited to 'devel/xwpe')
-rw-r--r-- | devel/xwpe/Makefile | 1 | ||||
-rw-r--r-- | devel/xwpe/pkg-plist | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/xwpe/Makefile b/devel/xwpe/Makefile index 047c5c9d6dc3..0e36254694b6 100644 --- a/devel/xwpe/Makefile +++ b/devel/xwpe/Makefile @@ -19,7 +19,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A Borland-like IDE programming environment USE_XLIB= yes -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= diff --git a/devel/xwpe/pkg-plist b/devel/xwpe/pkg-plist index 3b2fa1fc85f6..cefc2734a03b 100644 --- a/devel/xwpe/pkg-plist +++ b/devel/xwpe/pkg-plist @@ -2,7 +2,7 @@ bin/we bin/wpe bin/xwe bin/xwpe -share/xwpe/help.key -share/xwpe/help.xwpe -share/xwpe/syntax_def -@dirrm share/xwpe +%%DATADIR%%/help.key +%%DATADIR%%/help.xwpe +%%DATADIR%%/syntax_def +@dirrm %%DATADIR%% |