diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-21 20:33:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-21 20:33:00 +0800 |
commit | 66cdfaf7141df2b49273b90c720202634ed9aeec (patch) | |
tree | a4aa8cbae528f2d2b232539c0f612dca7882d08c /databases | |
parent | 538145cc8155309fc366da114ce56e37ed21719c (diff) | |
download | freebsd-ports-graphics-66cdfaf7141df2b49273b90c720202634ed9aeec.tar.gz freebsd-ports-graphics-66cdfaf7141df2b49273b90c720202634ed9aeec.tar.zst freebsd-ports-graphics-66cdfaf7141df2b49273b90c720202634ed9aeec.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'databases')
-rw-r--r-- | databases/puredb/Makefile | 3 | ||||
-rw-r--r-- | databases/puredb/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/databases/puredb/Makefile b/databases/puredb/Makefile index 1350e0b9da4..04ebc8f539a 100644 --- a/databases/puredb/Makefile +++ b/databases/puredb/Makefile @@ -3,6 +3,7 @@ PORTNAME= puredb PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pureftpd.sourceforge.net/puredb/ DISTNAME= pure-db-${PORTVERSION} @@ -10,7 +11,7 @@ DISTNAME= pure-db-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Set of libraries for creating and reading constant databases -USES= libtool:oldver +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/databases/puredb/pkg-plist b/databases/puredb/pkg-plist index a39a58012ec..5773e63bc97 100644 --- a/databases/puredb/pkg-plist +++ b/databases/puredb/pkg-plist @@ -3,13 +3,13 @@ bin/example_write include/puredb_read.h include/puredb_write.h lib/libpuredb_read.a -lib/libpuredb_read.la lib/libpuredb_read.so lib/libpuredb_read.so.0 +lib/libpuredb_read.so.0.0.0 lib/libpuredb_write.a -lib/libpuredb_write.la lib/libpuredb_write.so lib/libpuredb_write.so.0 +lib/libpuredb_write.so.0.0.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/FORMAT_DESCR %%PORTDOCS%%%%DOCSDIR%%/NEWS |