svn commit: r312938 - head/graphics/netpbm

Dirk Meyer dinoex at FreeBSD.org
Mon Feb 25 18:49:49 UTC 2013


Author: dinoex
Date: Mon Feb 25 18:49:48 2013
New Revision: 312938
URL: http://svnweb.freebsd.org/changeset/ports/312938

Log:
  - drop manweb
  PR:		176386

Modified:
  head/graphics/netpbm/Makefile
  head/graphics/netpbm/pkg-plist   (contents, props changed)

Modified: head/graphics/netpbm/Makefile
==============================================================================
--- head/graphics/netpbm/Makefile	Mon Feb 25 18:30:16 2013	(r312937)
+++ head/graphics/netpbm/Makefile	Mon Feb 25 18:49:48 2013	(r312938)
@@ -3,6 +3,7 @@
 
 PORTNAME=	netpbm
 PORTVERSION=	10.35.88
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/netpbm/super_stable/${PORTVERSION}
 EXTRACT_SUFX=	.tgz
@@ -43,8 +44,9 @@ PLIST_SUB+=	X11='@comment '
 
 pre-configure:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
-		 -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
-		 ${WRKSRC}/pm_config.in.h
+		-e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+		${WRKSRC}/pm_config.in.h
+	@${REINPLACE_CMD} -e 's|^SCRIPTS =.*|SCRIPTS =|' ${WRKSRC}/GNUmakefile
 	@${REINPLACE_CMD} -e 's|<shhopt.h>|<pm_shhopt.h>|g' ${WRKSRC}/lib/pm.h
 	@${REINPLACE_CMD} -e 's| jpeg2000||g' \
 		${WRKSRC}/converter/other/Makefile

Modified: head/graphics/netpbm/pkg-plist
==============================================================================
--- head/graphics/netpbm/pkg-plist	Mon Feb 25 18:30:16 2013	(r312937)
+++ head/graphics/netpbm/pkg-plist	Mon Feb 25 18:49:48 2013	(r312938)
@@ -31,7 +31,6 @@ bin/jpegtopnm
 bin/leaftoppm
 bin/lispmtopgm
 bin/macptopbm
-bin/manweb
 bin/mdatopbm
 bin/mgrtopbm
 bin/mrftopbm


More information about the svn-ports-all mailing list