aboutsummaryrefslogtreecommitdiff
path: root/x11/xmotd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-13 23:33:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-13 23:33:05 +0000
commita4879c10413e41a32bd7fa41c2ae9890044479fc (patch)
tree5eca9d99081dd9535f2a47227a9babb3c087f41f /x11/xmotd
parent2195beea80270b75dc4b2503d13b7d076452b8f9 (diff)
downloadports-a4879c10413e41a32bd7fa41c2ae9890044479fc.tar.gz
ports-a4879c10413e41a32bd7fa41c2ae9890044479fc.zip
Notes
Diffstat (limited to 'x11/xmotd')
-rw-r--r--x11/xmotd/Makefile9
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>