mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
- Regenerate patches - Add TIMESTAMP to distinfo PR: 211469 Submitted by: dbaio@bsd.com.br
11 lines
321 B
Text
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:
|