summaryrefslogtreecommitdiffstats
path: root/ports-mgmt/chucky
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-24 08:59:05 +0000
committerehaupt <ehaupt@FreeBSD.org>2014-02-24 08:59:05 +0000
commitbbb75a85067bd87cd73a84315455e46aa9eeacce (patch)
treecc2a712423454dae6952a4516ff8d84935e589df /ports-mgmt/chucky
parent296a149c20a2611f7c33e5a8a7e504914ec9ab2e (diff)
downloadFreeBSD-ports-bbb75a85067bd87cd73a84315455e46aa9eeacce.zip
FreeBSD-ports-bbb75a85067bd87cd73a84315455e46aa9eeacce.tar.gz
Support staging
Diffstat (limited to 'ports-mgmt/chucky')
-rw-r--r--ports-mgmt/chucky/Makefile13
-rw-r--r--ports-mgmt/chucky/pkg-plist1
2 files changed, 4 insertions, 10 deletions
diff --git a/ports-mgmt/chucky/Makefile b/ports-mgmt/chucky/Makefile
index 888b323..22467d9 100644
--- a/ports-mgmt/chucky/Makefile
+++ b/ports-mgmt/chucky/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
LIB_DEPENDS= pkg:${PORTSDIR}/ports-mgmt/pkg \
- sqlite3:${PORTSDIR}/databases/sqlite3
+ libsqlite3.so:${PORTSDIR}/databases/sqlite3
USE_GITHUB= yes
GH_ACCOUNT= waitman
@@ -26,23 +26,16 @@ GH_COMMIT= ${GH_TAGNAME}
WRKSRC= ${WRKDIR}/waitman-chucky-075defe
-MAN7= chucky.7
-
SUB_FILES= pkg-message
SUB_LIST= MAN7PREFIX="${MAN7PREFIX}"
PORTDOCS= *
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
- @${CAT} ${PKGMESSAGE}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
diff --git a/ports-mgmt/chucky/pkg-plist b/ports-mgmt/chucky/pkg-plist
index 1ad594e..bc81bfd 100644
--- a/ports-mgmt/chucky/pkg-plist
+++ b/ports-mgmt/chucky/pkg-plist
@@ -1 +1,2 @@
bin/chucky
+man/man7/chucky.7.gz
OpenPOWER on IntegriCloud