diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-06-11 04:35:35 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-06-11 04:35:35 +0000 |
commit | 0c1b0ad8a2feddb30dc6df86c8b80f90df225602 (patch) | |
tree | bd238f334ac74d45139ab7b3335bb29f7195a62a /net/linuxigd/files/patch-Makefile | |
parent | - use INFO (diff) |
- redirect localhost to internal interface when redirect requests occur. [1]
- some cosmetic fixes
- bump PORTREVISION
PR: [1] 67780
Submitted by: [1] Kensaku MASUDA <greg@greg.jp>
Notes
Notes:
svn path=/head/; revision=111246
Diffstat (limited to 'net/linuxigd/files/patch-Makefile')
-rw-r--r-- | net/linuxigd/files/patch-Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/linuxigd/files/patch-Makefile b/net/linuxigd/files/patch-Makefile index d2297bebb078..690e1ae903bc 100644 --- a/net/linuxigd/files/patch-Makefile +++ b/net/linuxigd/files/patch-Makefile @@ -4,12 +4,12 @@ CC=g++ -INCLUDES= -I/usr/include/upnp -LIBS= -lpthread /usr/lib/libupnp.so -+INCLUDES= -I$(PREFIX)/include -+LIBS= $(PTHREAD_LIBS) $(PREFIX)/lib/libupnp.so ++INCLUDES= -I$(LOCALBASE)/include ++LIBS= $(PTHREAD_LIBS) $(LOCALBASE)/lib/libupnp.so ifeq ($(DEBUG),1) -@@ -26,7 +26,7 @@ +@@ -26,6 +26,6 @@ rm -f *.o $(APPS) install: upnpd @@ -19,4 +19,3 @@ + @install -d $(PREFIX)/etc/linuxigd + @$(BSD_INSTALL_DATA) etc/* $(PREFIX)/etc/linuxigd + @$(BSD_INSTALL_PROGRAM) upnpd $(PREFIX)/bin - |