ports/185305: x11/stalonetray staging
Zsolt Udvari
udvzsolt at gmail.com
Mon Dec 30 18:30:00 UTC 2013
>Number: 185305
>Category: ports
>Synopsis: x11/stalonetray staging
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 30 18:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Zsolt Udvari
>Release: FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD bsd-zsolt 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
x11/stalonetray staging support
>How-To-Repeat:
>Fix:
--- stalonetray.diff begins here ---
diff -ur /usr/ports/x11/stalonetray/Makefile stalonetray/Makefile
--- /usr/ports/x11/stalonetray/Makefile 2013-09-21 01:43:19.000000000 +0200
+++ stalonetray/Makefile 2013-12-30 19:01:24.000000000 +0100
@@ -17,23 +17,21 @@
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
--- stalonetray.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list