aboutsummaryrefslogtreecommitdiff
path: root/print/asprint/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-30 14:45:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-30 14:45:55 +0000
commitdefb16c5546d2a34bd830b94ec9e0c15c9f47843 (patch)
treed0053ed34f2b98cb88dafec9f776d6b372a52d94 /print/asprint/Makefile
parent3e47031cc31080b03982ad7adceef8c162174900 (diff)
downloadports-defb16c5546d2a34bd830b94ec9e0c15c9f47843.tar.gz
ports-defb16c5546d2a34bd830b94ec9e0c15c9f47843.zip
Support stage
Notes
Notes: svn path=/head/; revision=349627
Diffstat (limited to 'print/asprint/Makefile')
-rw-r--r--print/asprint/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/asprint/Makefile b/print/asprint/Makefile
index 963b5bd22973..f4a4e11ede5a 100644
--- a/print/asprint/Makefile
+++ b/print/asprint/Makefile
@@ -10,15 +10,14 @@ MASTER_SITE_SUBDIR= apps/asprint
DISTNAME= asprint
MAINTAINER= ports@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>