diff options
author | danfe <danfe@FreeBSD.org> | 2006-01-27 10:55:11 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-01-27 10:55:11 +0000 |
commit | da07577baa467734f53fa9aceca37f3771ad95bb (patch) | |
tree | b1a909b5bc852a503f8d562778074757211f4edf | |
parent | 7c266c4d4786d451dc6098d2e2f91d30d87c6280 (diff) | |
download | FreeBSD-ports-da07577baa467734f53fa9aceca37f3771ad95bb.zip FreeBSD-ports-da07577baa467734f53fa9aceca37f3771ad95bb.tar.gz |
- Clean up Makefile
- Kill attribution in pkg-descr
- Fix broken pkg-plist
-rw-r--r-- | devel/libstroke/Makefile | 2 | ||||
-rw-r--r-- | devel/libstroke/pkg-descr | 3 | ||||
-rw-r--r-- | devel/libstroke/pkg-plist | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index e0edacb..6c40509 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -17,10 +17,10 @@ COMMENT= A stroke translation library USE_XLIB= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/devel/libstroke/pkg-descr b/devel/libstroke/pkg-descr index 96c0c36..f25733b 100644 --- a/devel/libstroke/pkg-descr +++ b/devel/libstroke/pkg-descr @@ -7,6 +7,3 @@ see how useful strokes can be and so that more programs take advantage of this extremely natural human-computer interface. WWW: http://www.etla.net/libstroke/ - --Jerry -jerry@thehutt.org diff --git a/devel/libstroke/pkg-plist b/devel/libstroke/pkg-plist index 08bec23..01b3eb0 100644 --- a/devel/libstroke/pkg-plist +++ b/devel/libstroke/pkg-plist @@ -1,4 +1,8 @@ +include/gstroke.h include/stroke.h +lib/libgstroke.a +lib/libgstroke.so +lib/libgstroke.so.0 lib/libstroke.a lib/libstroke.so lib/libstroke.so.0 |