openbsd-ports/net/netatalk/reference/patches/patch-binaecho-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
318 B
Plaintext

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