aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-24 16:59:05 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-24 16:59:05 +0800
commitbbb75a85067bd87cd73a84315455e46aa9eeacce (patch)
treecc2a712423454dae6952a4516ff8d84935e589df /ports-mgmt
parent296a149c20a2611f7c33e5a8a7e504914ec9ab2e (diff)
downloadfreebsd-ports-gnome-bbb75a85067bd87cd73a84315455e46aa9eeacce.tar.gz
freebsd-ports-gnome-bbb75a85067bd87cd73a84315455e46aa9eeacce.tar.zst
freebsd-ports-gnome-bbb75a85067bd87cd73a84315455e46aa9eeacce.zip
Support staging
Diffstat (limited to 'ports-mgmt')
-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 888b323fe556..22467d9a5d23 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 1ad594e5f8a0..bc81bfd38c2c 100644
--- a/ports-mgmt/chucky/pkg-plist
+++ b/ports-mgmt/chucky/pkg-plist
@@ -1 +1,2 @@
bin/chucky
+man/man7/chucky.7.gz