aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: