svn commit: r349627 - head/print/asprint

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 30 14:45:55 UTC 2014


Author: bapt
Date: Sun Mar 30 14:45:55 2014
New Revision: 349627
URL: http://svnweb.freebsd.org/changeset/ports/349627
QAT: https://qat.redports.org/buildarchive/r349627/

Log:
  Support stage

Modified:
  head/print/asprint/Makefile

Modified: head/print/asprint/Makefile
==============================================================================
--- head/print/asprint/Makefile	Sun Mar 30 14:44:32 2014	(r349626)
+++ head/print/asprint/Makefile	Sun Mar 30 14:45:55 2014	(r349627)
@@ -10,15 +10,14 @@ MASTER_SITE_SUBDIR=	apps/asprint
 DISTNAME=	asprint
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A simple browser to allow a user to print
+COMMENT=	Simple browser to allow a user to print
 
 PLIST_FILES=	bin/asprint
 USE_XORG=	xmu xpm xt xaw x11
 ALL_TARGET=	asprint
 MAKEFILE=	makefile
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin
+	${INSTALL_PROGRAM} $(WRKSRC)/asprint ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list