diff options
author | knu <knu@FreeBSD.org> | 2002-05-12 19:51:04 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-05-12 19:51:04 +0000 |
commit | da2c278d06f8f41d0ef3d5191070933a61b317b8 (patch) | |
tree | b4a84d50013bf54e855cf19a4ecf945ab43a5f5f /japanese | |
parent | eec882cf9e7caec1d489771b49f9fcef69ab3659 (diff) | |
download | FreeBSD-ports-da2c278d06f8f41d0ef3d5191070933a61b317b8.zip FreeBSD-ports-da2c278d06f8f41d0ef3d5191070933a61b317b8.tar.gz |
Define INSTALLS_SHLIB properly.
Found by: bento, portlint
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/chasen-base/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/chasen-base/Makefile b/japanese/chasen-base/Makefile index 4a63061..a940bf8 100644 --- a/japanese/chasen-base/Makefile +++ b/japanese/chasen-base/Makefile @@ -18,8 +18,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= YES -#USE_LIBTOOL= YES +GNU_CONFIGURE= yes +#USE_LIBTOOL= yes +INSTALLS_SHLIB= yes post-install: ${RM} -f ${PREFIX}/lib/libchasen.la |