mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
ccd8ee977e
Approved by: portmgr
14 lines
440 B
Plaintext
14 lines
440 B
Plaintext
--- Makefile.orig 2014-06-23 22:26:53.428301384 +0800
|
|
+++ Makefile 2014-06-23 22:27:04.258298966 +0800
|
|
@@ -8,8 +8,8 @@ prtunnel: $(OBJS)
|
|
$(CC) $(OBJS) -o prtunnel
|
|
|
|
install:
|
|
- install -c prtunnel $(PREFIX)/bin/prtunnel
|
|
- install -c prtunnel.1 $(PREFIX)/man/man1/prtunnel.1
|
|
+ install -c prtunnel $(DESTDIR)$(PREFIX)/bin/prtunnel
|
|
+ install -c prtunnel.1 $(DESTDIR)$(PREFIX)/man/man1/prtunnel.1
|
|
|
|
uninstall:
|
|
rm -f $(PREFIX)/bin/prtunnel
|