Branch oldpackages for 14.07
[14.07/packages.git] / net / ptunnel / patches / 001-prefix.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -12,8 +12,8 @@ WIN32_CFLAGS = -g -Wall -DWIN32 -I"c:\Pr
4  WIN32_LDOPTS = -lwpcap -lwsock32 -L"c:\Program Files\WpdPack\Lib"
5  WIN32_PT_OBJS = ptunnel.obj md5.obj
6  
7 -prefix         = /usr
8 -bindir         = $(prefix)/bin
9 +prefix         = $(DESTDIR)/usr
10 +bindir         = $(prefix)/sbin
11  mandir         = $(prefix)/share/man/man8
12  
13  all: ptunnel