Index: head/devel/noweb/Makefile =================================================================== --- head/devel/noweb/Makefile (revision 380199) +++ head/devel/noweb/Makefile (revision 380200) @@ -1,41 +1,42 @@ # Created by: Thomas Gellekum # $FreeBSD$ 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 LICENSE= noweb LICENSE_NAME= noweb LICENSE_FILE= ${WRKSRC}/COPYRIGHT 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} MAKE_JOBS_UNSAFE= yes NOWEBTEXDIR= ${STAGEDIR}${PREFIX}/share/texmf-local/tex/plain/noweb NOWEBLATEXDIR= ${STAGEDIR}${PREFIX}/share/texmf-local/tex/latex/noweb post-patch: @${TOUCH} ${WRKSRC}/c/modules.[ch] post-build: @(cd ${WRKSRC} && ${SH} ${WRKSRC}/awkname awk) post-install: @${MKDIR} ${NOWEBTEXDIR} ${INSTALL_DATA} ${WRKSRC}/tex/nwmac.tex ${NOWEBTEXDIR} @${MKDIR} ${NOWEBLATEXDIR} ${INSTALL_DATA} ${WRKSRC}/tex/noweb.sty ${NOWEBLATEXDIR} .include Index: head/devel/noweb/files/patch-lib_Makefile =================================================================== --- head/devel/noweb/files/patch-lib_Makefile (nonexistent) +++ head/devel/noweb/files/patch-lib_Makefile (revision 380200) @@ -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: Property changes on: head/devel/noweb/files/patch-lib_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property