svn commit: r380462 - in branches/2015Q1/devel/noweb: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Mar 4 23:45:06 UTC 2015
Author: amdmi3
Date: Wed Mar 4 23:45:04 2015
New Revision: 380462
URL: https://svnweb.freebsd.org/changeset/ports/380462
QAT: https://qat.redports.org/buildarchive/r380462/
Log:
MFH: r380200
- Pet portlint
- Fix references to stagedir from installed files
Approved by: ports-secteam (delphij)
Added:
branches/2015Q1/devel/noweb/files/patch-lib_Makefile
- copied unchanged from r380200, head/devel/noweb/files/patch-lib_Makefile
Modified:
branches/2015Q1/devel/noweb/Makefile
Directory Properties:
branches/2015Q1/ (props changed)
Modified: branches/2015Q1/devel/noweb/Makefile
==============================================================================
--- branches/2015Q1/devel/noweb/Makefile Wed Mar 4 23:42:29 2015 (r380461)
+++ branches/2015Q1/devel/noweb/Makefile Wed Mar 4 23:45:04 2015 (r380462)
@@ -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}
Copied: branches/2015Q1/devel/noweb/files/patch-lib_Makefile (from r380200, head/devel/noweb/files/patch-lib_Makefile)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2015Q1/devel/noweb/files/patch-lib_Makefile Wed Mar 4 23:45:04 2015 (r380462, copy of r380200, head/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:
More information about the svn-ports-all
mailing list