aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-04 23:45:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-04 23:45:04 +0000
commitefab62f4163f26fb5a79cfa0430c4c46fa6b7315 (patch)
treeabb071251a8789d2a8f96c53c8b42aa3f30ce5a5
parent2d8ddf5e37ec7c82afbb01ede51c53dfc94fc8c2 (diff)
downloadports-efab62f4163f26fb5a79cfa0430c4c46fa6b7315.tar.gz
ports-efab62f4163f26fb5a79cfa0430c4c46fa6b7315.zip
MFH: r380200
- Pet portlint - Fix references to stagedir from installed files Approved by: ports-secteam (delphij)
Notes
Notes: svn path=/branches/2015Q1/; revision=380462
-rw-r--r--devel/noweb/Makefile3
-rw-r--r--devel/noweb/files/patch-lib_Makefile11
2 files changed, 13 insertions, 1 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile
index 74d6b6475df4..28b9c5c4d075 100644
--- a/devel/noweb/Makefile
+++ b/devel/noweb/Makefile
@@ -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@FreeBSD.org
COMMENT= Simple, extensible literate-programming tool
@@ -18,6 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
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}
diff --git a/devel/noweb/files/patch-lib_Makefile b/devel/noweb/files/patch-lib_Makefile
new file mode 100644
index 000000000000..ca1cc71f4a9a
--- /dev/null
+++ b/devel/noweb/files/patch-lib_Makefile
@@ -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: