Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 16:38:38 +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: r328162 - head/graphics/libqrencode
Message-ID:  <201309241638.r8OGccf3000764@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Sep 24 16:38:37 2013
New Revision: 328162
URL: http://svnweb.freebsd.org/changeset/ports/328162

Log:
  Add support of STAGEDIR.

Modified:
  head/graphics/libqrencode/Makefile

Modified: head/graphics/libqrencode/Makefile
==============================================================================
--- head/graphics/libqrencode/Makefile	Tue Sep 24 16:35:39 2013	(r328161)
+++ head/graphics/libqrencode/Makefile	Tue Sep 24 16:38:37 2013	(r328162)
@@ -19,16 +19,14 @@ GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-I${LOCALBASE}/include
 
-MAN1=		qrencode.1
-
 PLIST_FILES=	bin/qrencode \
 		include/qrencode.h \
 		lib/libqrencode.la \
 		lib/libqrencode.so \
 		lib/libqrencode.so.3 \
-		libdata/pkgconfig/libqrencode.pc
+		libdata/pkgconfig/libqrencode.pc \
+		man/man1/qrencode.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's,libpng12,libpng,' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e '9s|$$| ${PTHREAD_LIBS}|' ${WRKSRC}/libqrencode.pc.in



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