Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 08:51:47 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345931 - head/news/gup
Message-ID:  <201402250851.s1P8plaG008161@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Feb 25 08:51:47 2014
New Revision: 345931
URL: http://svnweb.freebsd.org/changeset/ports/345931
QAT: https://qat.redports.org/buildarchive/r345931/

Log:
  Support staging

Modified:
  head/news/gup/Makefile

Modified: head/news/gup/Makefile
==============================================================================
--- head/news/gup/Makefile	Tue Feb 25 08:50:24 2014	(r345930)
+++ head/news/gup/Makefile	Tue Feb 25 08:51:47 2014	(r345931)
@@ -11,15 +11,13 @@ COMMENT=	Allows remote sites to change t
 
 WRKSRC=		${WRKDIR}/gup
 
-MAN1=		gup.1
-PLIST_FILES=	libexec/gup
+PLIST_FILES=	libexec/gup man/man1/gup.1.gz
 
-NO_STAGE=	yes
 do-configure:
 	@${CP} ${FILESDIR}/freebsd ${WRKSRC}/config
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/gup ${PREFIX}/libexec
-	${INSTALL_MAN} ${WRKSRC}/gup.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/gup ${STAGEDIR}${PREFIX}/libexec
+	${INSTALL_MAN} ${WRKSRC}/gup.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402250851.s1P8plaG008161>