svn commit: r380200 - in head/devel/noweb: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 1 15:06:24 UTC 2015


Author: amdmi3
Date: Sun Mar  1 15:06:23 2015
New Revision: 380200
URL: https://svnweb.freebsd.org/changeset/ports/380200
QAT: https://qat.redports.org/buildarchive/r380200/

Log:
  - Pet portlint
  - Fix references to stagedir from installed files
  
  MFH:		2015Q1

Added:
  head/devel/noweb/files/patch-lib_Makefile   (contents, props changed)
Modified:
  head/devel/noweb/Makefile

Modified: head/devel/noweb/Makefile
==============================================================================
--- head/devel/noweb/Makefile	Sun Mar  1 15:06:03 2015	(r380199)
+++ head/devel/noweb/Makefile	Sun Mar  1 15:06:23 2015	(r380200)
@@ -3,9 +3,9 @@
 
 PORTNAME=	noweb
 PORTVERSION=	2.11b
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://www.eecs.harvard.edu/pub/nr/
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple, extensible literate-programming tool
@@ -18,6 +18,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 BUILD_DEPENDS=	icont:${PORTSDIR}/lang/icon
 RUN_DEPENDS=	iconx:${PORTSDIR}/lang/icon
 
+USES=		tar:tgz
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 INSTALL_TARGET=	install-code install-man install-elisp
 MAKE_ENV+=	INSTALL_PREFIX=${STAGEDIR}${PREFIX}

Added: head/devel/noweb/files/patch-lib_Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/noweb/files/patch-lib_Makefile	Sun Mar  1 15:06:23 2015	(r380200)
@@ -0,0 +1,11 @@
+--- lib/Makefile.orig	2000-06-17 00:25:51.000000000 +0400
++++ lib/Makefile	2015-02-26 03:38:28.000000000 +0300
+@@ -12,7 +12,7 @@
+ 
+ install: all
+ 	cp unmarkup emptydefn toascii nwmtime h2a btdefn $(LIB)
+-	sed 's@|LIBDIR|@$(LIB)@g' pipedocs > $(LIB)/pipedocs
++	sed 's@|LIBDIR|@$(LIBNAME)@g' pipedocs > $(LIB)/pipedocs
+ 	chmod +x $(LIB)/pipedocs
+ 
+ checkin:


More information about the svn-ports-head mailing list