diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-03 17:23:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-03 17:23:54 +0000 |
commit | 85082d077bf44daaeb537a2dda22cdca369c4d43 (patch) | |
tree | bc6021d19a1621b21cb627acb11283305b3a6db1 /databases/puredb | |
parent | 56dba26cc4b70583b0635d407d508f111c9b229b (diff) |
Notes
Diffstat (limited to 'databases/puredb')
-rw-r--r-- | databases/puredb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/puredb/Makefile b/databases/puredb/Makefile index 04ebc8f539ac..b6a27019bb86 100644 --- a/databases/puredb/Makefile +++ b/databases/puredb/Makefile @@ -3,7 +3,7 @@ PORTNAME= puredb PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://pureftpd.sourceforge.net/puredb/ DISTNAME= pure-db-${PORTVERSION} @@ -14,6 +14,7 @@ COMMENT= Set of libraries for creating and reading constant databases USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip DOCS= AUTHORS FORMAT_DESCR NEWS README |