diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 14:58:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 14:58:40 +0800 |
commit | a999bcd4f4eaf92fa418dd9044acf4c7dafb8e4b (patch) | |
tree | 978eb0bf096c539aa1264478b797d3ff79e25e8b /devel | |
parent | 310fff850e3ff23288085357602d63ed5b4201d4 (diff) | |
download | freebsd-ports-gnome-a999bcd4f4eaf92fa418dd9044acf4c7dafb8e4b.tar.gz freebsd-ports-gnome-a999bcd4f4eaf92fa418dd9044acf4c7dafb8e4b.tar.zst freebsd-ports-gnome-a999bcd4f4eaf92fa418dd9044acf4c7dafb8e4b.zip |
- Drop .la files, no dependees require them
- Strip libraries
Diffstat (limited to 'devel')
-rw-r--r-- | devel/judy/Makefile | 7 | ||||
-rw-r--r-- | devel/judy/pkg-plist | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/judy/Makefile b/devel/judy/Makefile index 0afec2dbc9cf..2ad6a645a320 100644 --- a/devel/judy/Makefile +++ b/devel/judy/Makefile @@ -3,7 +3,7 @@ PORTNAME= Judy PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/${PORTNAME}-${PORTVERSION} @@ -12,10 +12,11 @@ COMMENT= General purpose dynamic array LICENSE= LGPL21 -USES= gmake libtool:keepla +USES= gmake libtool GNU_CONFIGURE= yes -USE_LDCONFIG= YES +USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME:tl}-${PORTVERSION} diff --git a/devel/judy/pkg-plist b/devel/judy/pkg-plist index 0e054fb84207..2a4e04b54d56 100644 --- a/devel/judy/pkg-plist +++ b/devel/judy/pkg-plist @@ -1,6 +1,5 @@ include/Judy.h lib/libJudy.a -lib/libJudy.la lib/libJudy.so lib/libJudy.so.1 lib/libJudy.so.1.0.3 |