diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-18 02:21:29 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-18 02:21:29 +0800 |
commit | 08e8f3926f721084c550b0ff9385150e58885b9a (patch) | |
tree | 6e8f8b982fba0ad7c1db10946c94058b508a875c /editors/lpe | |
parent | de7940155430696f8af17c602a50ae30ddc3bf6d (diff) | |
download | freebsd-ports-gnome-08e8f3926f721084c550b0ff9385150e58885b9a.tar.gz freebsd-ports-gnome-08e8f3926f721084c550b0ff9385150e58885b9a.tar.zst freebsd-ports-gnome-08e8f3926f721084c550b0ff9385150e58885b9a.zip |
Fix packaging for this port.
It doesn't seem to be installing static libraries any more, this
is probably related to the libtool changes.
Diffstat (limited to 'editors/lpe')
-rw-r--r-- | editors/lpe/Makefile | 3 | ||||
-rw-r--r-- | editors/lpe/pkg-plist | 7 |
2 files changed, 2 insertions, 8 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index f1c52fc8d00b..2596a1c8ccfe 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \ USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ + CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include" \ LIBS="-ltermcap" CONFIGURE_ARGS= --includedir=${LOCALBASE}/include diff --git a/editors/lpe/pkg-plist b/editors/lpe/pkg-plist index 44dcccd9a304..ee4083fb82db 100644 --- a/editors/lpe/pkg-plist +++ b/editors/lpe/pkg-plist @@ -6,25 +6,18 @@ lib/lpe/mailmode.so lib/lpe/htmlmode.so lib/lpe/sgmlmode.so lib/lpe/javamode.so -lib/lpe/libcmode.a lib/lpe/libcmode.so lib/lpe/libcmode.so.0 -lib/lpe/libcppmode.a lib/lpe/libcppmode.so lib/lpe/libcppmode.so.0 -lib/lpe/libhtmlmode.a lib/lpe/libhtmlmode.so lib/lpe/libhtmlmode.so.0 -lib/lpe/libjavamode.a lib/lpe/libjavamode.so lib/lpe/libjavamode.so.0 -lib/lpe/libmailmode.a lib/lpe/libmailmode.so lib/lpe/libmailmode.so.0 -lib/lpe/libperlmode.a lib/lpe/libperlmode.so lib/lpe/libperlmode.so.0 -lib/lpe/libsgmlmode.a lib/lpe/libsgmlmode.so lib/lpe/libsgmlmode.so.0 share/locale/bg/LC_MESSAGES/lpe.mo |