diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-12 18:27:04 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-12 18:27:04 +0800 |
commit | 48b1e9dc35c7048cf098d996fc30a24c430ccf54 (patch) | |
tree | 35aab478d30ee7bd0bdd32699395216ec436d516 | |
parent | e1172430863e1459644625a49bab074cbf748095 (diff) | |
download | marcuscom-ports-48b1e9dc35c7048cf098d996fc30a24c430ccf54.tar marcuscom-ports-48b1e9dc35c7048cf098d996fc30a24c430ccf54.tar.gz marcuscom-ports-48b1e9dc35c7048cf098d996fc30a24c430ccf54.tar.bz2 marcuscom-ports-48b1e9dc35c7048cf098d996fc30a24c430ccf54.tar.lz marcuscom-ports-48b1e9dc35c7048cf098d996fc30a24c430ccf54.tar.xz marcuscom-ports-48b1e9dc35c7048cf098d996fc30a24c430ccf54.tar.zst marcuscom-ports-48b1e9dc35c7048cf098d996fc30a24c430ccf54.zip |
Stageify.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18955 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | security/libsecret/Makefile | 4 | ||||
-rw-r--r-- | security/libsecret/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index 8319e6c27..44fdd807f 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -13,7 +13,6 @@ COMMENT= Library to access the secret service API BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt -NO_STAGE= yes USE_XZ= yes USE_GNOME= gnomehier glib20 libxslt:build intltool introspection:build USES= gettext gmake pathfix pkgconfig @@ -21,6 +20,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-introspection -MAN1= secret-tool.1 +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsecret-1.so.0 .include <bsd.port.mk> diff --git a/security/libsecret/pkg-plist b/security/libsecret/pkg-plist index 59800b33b..1bfba75dc 100644 --- a/security/libsecret/pkg-plist +++ b/security/libsecret/pkg-plist @@ -20,6 +20,7 @@ lib/libsecret-1.so lib/libsecret-1.so.0 libdata/pkgconfig/libsecret-1.pc libdata/pkgconfig/libsecret-unstable.pc +man/man1/secret-tool.1.gz share/gir-1.0/Secret-1.gir share/gir-1.0/SecretUnstable-0.gir share/gtk-doc/html/libsecret-1/SecretCollection.html |