Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 16:16:36 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357051 - head/misc/pspresent
Message-ID:  <201406081616.s58GGaZ7062220@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Sun Jun  8 16:16:36 2014
New Revision: 357051
URL: http://svnweb.freebsd.org/changeset/ports/357051
QAT: https://qat.redports.org/buildarchive/r357051/

Log:
  Stagify.

Modified:
  head/misc/pspresent/Makefile

Modified: head/misc/pspresent/Makefile
==============================================================================
--- head/misc/pspresent/Makefile	Sun Jun  8 16:13:11 2014	(r357050)
+++ head/misc/pspresent/Makefile	Sun Jun  8 16:16:36 2014	(r357051)
@@ -17,15 +17,13 @@ USE_GHOSTSCRIPT_RUN=	yes
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LDLIBS="${LDFLAGS}"
 ALL_TARGET=	pspresent
 
-MAN1=		pspresent.1
-PLIST_FILES=	bin/pspresent
+PLIST_FILES=	bin/pspresent man/man1/pspresent.1.gz
 
 CFLAGS+=	-I${LOCALBASE}/include -DHAVE_LIBXINERAMA
 LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -lXext -lXinerama
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pspresent ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/pspresent.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/pspresent ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/pspresent.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>



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