Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2014 12:55:59 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352492 - head/graphics/ppmcaption
Message-ID:  <201404281255.s3SCtxIx035224@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Mon Apr 28 12:55:59 2014
New Revision: 352492
URL: http://svnweb.freebsd.org/changeset/ports/352492
QAT: https://qat.redports.org/buildarchive/r352492/

Log:
  - Add staging support
  - Remove leading article from COMMENT

Modified:
  head/graphics/ppmcaption/Makefile

Modified: head/graphics/ppmcaption/Makefile
==============================================================================
--- head/graphics/ppmcaption/Makefile	Mon Apr 28 12:54:19 2014	(r352491)
+++ head/graphics/ppmcaption/Makefile	Mon Apr 28 12:55:59 2014	(r352492)
@@ -7,18 +7,18 @@ CATEGORIES=	graphics
 MASTER_SITES=	http://www.jwz.org/ppmcaption/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A utility which adds text to images
+COMMENT=	Utility which adds text to images
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	CPP="${CPP}"
 CONFIGURE_ARGS+=	--with-builtin="ncenB24.bdf -scale 0.5 -blur 5"
-MAN1=		ppmcaption.1
-PLIST_FILES=	bin/ppmcaption
+MAKE_ARGS=	install_prefix=${STAGEDIR}
+
+PLIST_FILES=	bin/ppmcaption man/man1/ppmcaption.1.gz
 
 ONLY_FOR_ARCHS=	i386
 ONLY_FOR_ARCHS_REASON=	does not compile on ia64 or amd64
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure
 



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