diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-14 07:33:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-14 07:33:05 +0800 |
commit | 65d1159b1461fd762ef3f6ba633d19c84f34b0ef (patch) | |
tree | 5eca9d99081dd9535f2a47227a9babb3c087f41f /x11 | |
parent | 7231409903956426e17c6d9dddce763f5cb1c465 (diff) | |
download | freebsd-ports-gnome-65d1159b1461fd762ef3f6ba633d19c84f34b0ef.tar.gz freebsd-ports-gnome-65d1159b1461fd762ef3f6ba633d19c84f34b0ef.tar.zst freebsd-ports-gnome-65d1159b1461fd762ef3f6ba633d19c84f34b0ef.zip |
Support stage
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmotd/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/xmotd/Makefile b/x11/xmotd/Makefile index ded849676db6..6d65b798112b 100644 --- a/x11/xmotd/Makefile +++ b/x11/xmotd/Makefile @@ -15,13 +15,12 @@ USE_XORG= ice sm x11 xaw xext xmu xt NO_INSTALL_MANPAGES= yes XFREE86_HTML_MAN= no -MAN8= xmotd.8 -PLIST_FILES= bin/xmotd +PLIST_FILES= bin/xmotd \ + man/man8/xmotd.8.gz OPTIONS_DEFINE= HTML MOTIF XPM HTML_DESC= Use HTML widget instead of ASCII text -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MHTML} @@ -57,7 +56,7 @@ post-patch: .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xmotd ${LOCALBASE}/bin/xmotd - ${INSTALL_MAN} ${WRKSRC}/xmotd.8 ${MANPREFIX}/man/man8 + ${INSTALL_PROGRAM} ${WRKSRC}/xmotd ${STAGEDIR}${LOCALBASE}/bin/xmotd + ${INSTALL_MAN} ${WRKSRC}/xmotd.8 ${STAGEDIR}${MANPREFIX}/man/man8 .include <bsd.port.mk> |