diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-08-03 14:01:03 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-08-03 14:01:03 +0000 |
commit | 189abaff0db39de34b5f022eb4ffbc2d52468604 (patch) | |
tree | bb00c83a514a6f006752c45fe36a7190215be4b4 | |
parent | Add staging support (diff) |
Add staging support
-rw-r--r-- | sysutils/pcfclock/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/pcfclock/Makefile b/sysutils/pcfclock/Makefile index 7d956bda9de4..9870c255a886 100644 --- a/sysutils/pcfclock/Makefile +++ b/sysutils/pcfclock/Makefile @@ -15,17 +15,12 @@ USE_RC_SUBR= pcfdate GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-linux -MAN8= pcfdate.8 -PLIST_FILES= sbin/pcfdate +PLIST_FILES= man/man8/pcfdate.8.gz sbin/pcfdate -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" IGNORE= not supported for architecture ${ARCH} .endif -post-install: - PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - .include <bsd.port.post.mk> |