diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-20 08:56:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-20 08:56:32 +0000 |
commit | f6ed1dd0d79f6f3490cc255ac4444049a11effd3 (patch) | |
tree | e2d2c8c8387b76bf21915c6c55293b4592920335 /net-mgmt/cowpatty/files/patch-Makefile | |
parent | 6ec6b5cfc151d629ef5f9604cbaa1b81f65f3e8d (diff) | |
download | ports-f6ed1dd0d79f6f3490cc255ac4444049a11effd3.tar.gz ports-f6ed1dd0d79f6f3490cc255ac4444049a11effd3.zip |
Stagify.
Approved by: portmgr@
Notes
Notes:
svn path=/head/; revision=358533
Diffstat (limited to 'net-mgmt/cowpatty/files/patch-Makefile')
-rw-r--r-- | net-mgmt/cowpatty/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/cowpatty/files/patch-Makefile b/net-mgmt/cowpatty/files/patch-Makefile index d83f10e60210..5090f1ff6750 100644 --- a/net-mgmt/cowpatty/files/patch-Makefile +++ b/net-mgmt/cowpatty/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2009-06-05 20:07:08.000000000 +0200 -+++ Makefile 2009-09-13 23:43:07.000000000 +0200 +--- Makefile.orig 2009-06-06 02:07:08.000000000 +0800 ++++ Makefile 2014-06-20 16:53:32.501910734 +0800 @@ -1,21 +1,11 @@ -################################## -# <jwright> Well, I may be doing stupid things with make @@ -23,11 +23,11 @@ all: $(PROGOBJ) $(PROG) -@@ -44,5 +34,5 @@ +@@ -44,5 +34,5 @@ strip: @ls -l $(PROG) install: all - install -d $(DESTDIR)$(BINDIR) - install -m 755 $(PROG) $(DESTDIR)$(BINDIR) + install -d $(DESTDIR)$(PREFIX)/bin -+ install -m 755 $(PROG) $(PREFIX)/bin ++ install -m 755 $(PROG) $(DESTDIR)$(PREFIX)/bin |