openbsd-ports/net/netatalk/reference/patches/patch-bingetzones-makefile
naddy d7260847a5 Re-import netatalk-990130 into subdirectory.
Submitted by maintainer Ian McWilliam <i.mcwilliam@uws.edu.au>.
2002-07-23 11:47:35 +00:00

12 lines
333 B
Plaintext

--- bin/getzones/Makefile.orig Wed Aug 9 08:19:13 2000
+++ bin/getzones/Makefile Wed Aug 9 08:19:30 2000
@@ -15,7 +15,7 @@
${CC} ${CFLAGS} -o getzones ${OBJ} ${LIBDIRS} ${LIBS}
install : all
- ${INSTALL} -c getzones ${BINDIR}
+ ${INSTALL} -c getzones ${DESTDIR}${BINDIR}
clean :
rm -f a.out core* *.o *.bak *[Ee]rrs tags