diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-20 02:49:12 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-20 02:49:12 +0000 |
commit | 19df749bd7a07a92ec64694974c48e3e00cd2640 (patch) | |
tree | 8d74a4c8e71d353dc90742ad9e64879ef1c90e57 /net/ifdepd | |
parent | a265f5bf779b0ca17c09edfafedfe44bb0274f01 (diff) | |
download | ports-19df749bd7a07a92ec64694974c48e3e00cd2640.tar.gz ports-19df749bd7a07a92ec64694974c48e3e00cd2640.zip |
Notes
Diffstat (limited to 'net/ifdepd')
-rw-r--r-- | net/ifdepd/Makefile | 2 | ||||
-rw-r--r-- | net/ifdepd/files/patch-Makefile | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/ifdepd/Makefile b/net/ifdepd/Makefile index 103916714975..c3bb09ac8b82 100644 --- a/net/ifdepd/Makefile +++ b/net/ifdepd/Makefile @@ -5,7 +5,7 @@ PORTNAME= ifdepd PORTVERSION= 20050420 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://alex.bmg.gv.at/programs/ diff --git a/net/ifdepd/files/patch-Makefile b/net/ifdepd/files/patch-Makefile index 15a65095e810..595e6ca2ff60 100644 --- a/net/ifdepd/files/patch-Makefile +++ b/net/ifdepd/files/patch-Makefile @@ -1,5 +1,5 @@ --- ./Makefile.orig 2005-04-20 09:30:18.000000000 -0400 -+++ ./Makefile 2009-07-17 14:38:38.391992090 -0400 ++++ ./Makefile 2009-07-19 22:46:18.989207649 -0400 @@ -4,10 +4,8 @@ PROG = ifdepd RM = rm -f @@ -12,7 +12,7 @@ MAN8 = ifdepd.8 OBJ = ifdepd.o -@@ -22,18 +20,13 @@ +@@ -22,18 +20,12 @@ ${RM} *.o ${PROJ} *.core core ${PROG} tags *.err install: ${PROG} @@ -22,7 +22,6 @@ -.endif - ${INSTALL} -o root -g wheel -m 644 ${MAN8} ${PREFIX}/man/man8 + ${BSD_INSTALL_PROGRAM} ${PROG} ${PREFIX}/bin -+ ${BSD_INSTALL_SCRIPT} ${PROG}.sh ${PREFIX}/etc/rc.d + ${BSD_INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 deinstall: @@ -34,7 +33,7 @@ ${PROG}: ${OBJ} ${CC} ${CFLAGS} -o ${PROG} ${OBJ} ${LIBS} -@@ -41,4 +34,4 @@ +@@ -41,4 +33,4 @@ %.o: %.cc %.H %.h $(CCXX) $(CXXFLAGS) -c $< |