diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/jp2a | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Notes
Notes:
svn path=/head/; revision=327733
Diffstat (limited to 'graphics/jp2a')
-rw-r--r-- | graphics/jp2a/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/jp2a/Makefile b/graphics/jp2a/Makefile index 237e6d05bb65..be474321cb9a 100644 --- a/graphics/jp2a/Makefile +++ b/graphics/jp2a/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jp2a -# Date created: 17 August 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jp2a PORTVERSION= 1.0.6 @@ -23,6 +19,7 @@ CONFIGURE_ARGS= --with-jpeg-prefix=${LOCALBASE} --with-curl-config=${LOCALBASE}/ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/ @${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MAN1PREFIX}/man/man1/ |