opnsense-ports/lang/hope/files/patch-src--Makefile.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
547 B
Text

--- src/Makefile.in.orig 2005-10-12 12:39:07.000000000 +0400
+++ src/Makefile.in 2014-05-19 00:04:47.000000000 +0400
@@ -53,9 +53,9 @@
all: $(name) $(name).1
install: check $(name).1
- $(INSTALL) -d $(hopelib)
- $(INSTALL_PROGRAM) -s $(name) $(bindir)
- $(INSTALL_DATA) $(name).1 $(mandir)
+ $(INSTALL) -d $(DESTDIR)$(hopelib)
+ $(INSTALL_PROGRAM) -s $(name) $(DESTDIR)$(bindir)
+ $(INSTALL_DATA) $(name).1 $(DESTDIR)$(mandir)
$(name).1: $(name).1.in
sed -e 's:@hopelib@:$(hopelib):' -e 's:@fullpath@:$(bindir)/$(name):' $(name).1.in >$@