opnsense-ports/textproc/rman/files/patch-Makefile
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
421 B
Text

--- Makefile.orig 2014-06-11 17:51:49.106250664 +0800
+++ Makefile 2014-06-11 17:52:29.988257646 +0800
@@ -113,10 +113,8 @@ prof:
install: rman
# $(INSTALL) -s rman $(BINDIR)
- $(RM) -f $(BINDIR)/rman
- $(CP) rman $(BINDIR)
- $(RM) -f $(MANDIR)/rman.1
- $(CP) rman.1 $(MANDIR)
+ $(CP) rman $(DESTDIR)$(BINDIR)
+ $(CP) rman.1 $(DESTDIR)$(MANDIR)
# test version includes assertions
# ginstall rman $(BINDIR)/`arch`