aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-01-18 04:19:44 +0800
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-01-18 04:19:44 +0800
commit83156ad65187f92ae8291fdec434363af74ba079 (patch)
tree1824d81603ac4a2fee337d53bcf9501b13643ced /x11
parent8a872c58c851df30f94a22f727f3cf132de44c13 (diff)
downloadfreebsd-ports-gnome-83156ad65187f92ae8291fdec434363af74ba079.tar.gz
freebsd-ports-gnome-83156ad65187f92ae8291fdec434363af74ba079.tar.zst
freebsd-ports-gnome-83156ad65187f92ae8291fdec434363af74ba079.zip
Support staging.
PR: ports/185305 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> Approved by: maintainer timeout (18 days)
Diffstat (limited to 'x11')
-rw-r--r--x11/stalonetray/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/x11/stalonetray/Makefile b/x11/stalonetray/Makefile
index b7982635f430..7397e73f27b2 100644
--- a/x11/stalonetray/Makefile
+++ b/x11/stalonetray/Makefile
@@ -17,23 +17,21 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-native-kde \
--disable-debug
-MAN1= stalonetray.1
PORTDOCS= AUTHORS ChangeLog NEWS README TODO stalonetray.html
PORTEXAMPLES= stalonetrayrc.sample
-PLIST_FILES= bin/stalonetray
+PLIST_FILES= bin/stalonetray man/man1/stalonetray.1.gz
-NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.if !defined(NOPORTEXAMPLES)
- @${MKDIR} ${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for file in ${PORTEXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${EXAMPLESDIR}
.endfor
.endif