Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2013 19:21:33 +0100
From:      Zsolt Udvari <udvzsolt@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        udvzsolt@gmail.com
Subject:   ports/185305: x11/stalonetray staging
Message-ID:  <52c1b9fb.47cc0e0a.67ff.0abf@mx.google.com>
Resent-Message-ID: <201312301830.rBUIU0Ib061807@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52c1b9fb.47cc0e0a.67ff.0abf>