- Update to 20051115 - Add USE_X_PREFIX, it's use X - Add NOPORTDOCS - Respect use characters [-+._a-zA-Z0-9] on patch name - Take maintainership Added file(s): - files/patch-src_fte-unix.mak - files/patch-src_sysdep.h Removed file(s): - files/patch-aa - files/patch-ba
Responsible Changed From-To: freebsd-ports-bugs->garga Grabbed
- Added patch-Makefile, this patch resolved PREFIX problem --- Makefile Tue Feb 28 22:36:59 2006 +++ Makefile Tue Feb 28 22:37:12 2006 @@ -1,7 +1,5 @@ -PREFIX=/usr/local - -BINDIR=$(PREFIX)/bin -LIBDIR=$(PREFIX)/lib/fte +BINDIR=${PREFIX}/bin +LIBDIR=${PREFIX}/lib/fte CONFIGDIR=$(LIBDIR)/config .PHONY: all install Greetings ACM -- Grupo de Usuarios *BSD Peru - BSDPeru http://www.bsd.org.pe
State Changed From-To: open->closed Committed with changes, rename patches is not a good ide because we'll lost history, just add new patches with correct name. Thanks!!