ports/devel/noweb/files/patch-lib_Makefile
Dmitry Marakasov 709be99b77 - Add PORTSCOUT to ignore old version
- Regenerate patches
- Add TIMESTAMP to distinfo

PR:		211469
Submitted by:	dbaio@bsd.com.br
2016-08-25 15:26:44 +00:00

11 lines
321 B
Text

--- lib/Makefile.orig 2000-06-16 20:25:51 UTC
+++ lib/Makefile
@@ -12,7 +12,7 @@ all: toascii
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: