diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-17 18:21:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-17 18:21:29 +0000 |
commit | 512dfb1eedbb3d02c9d397e5a34d6354472071eb (patch) | |
tree | a6130f3ca4765939df5191daa6eae8effb829734 /editors | |
parent | This port seems to require the '-b' flag in FETCH_BEFORE_ARGS. (diff) |
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')
-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 |