f22b2212e6
- add HOMEPAGE, another distsite, NEED_VERSION and some more docs - respect CC and CFLAGS - move RESDIR from share to share/netatalk - move examples from lib/netatalk to share/examples/netatalk - remove the need for having the source tree installed, just use the headers in /usr/include/netatalk
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
--- etc/Makefile.orig Wed Aug 9 08:33:52 2000
|
|
+++ etc/Makefile Wed Aug 9 08:34:06 2000
|
|
@@ -21,7 +21,7 @@
|
|
done
|
|
|
|
install:
|
|
- -mkdir ${ETCDIR}
|
|
+ -mkdir ${DESTDIR}${ETCDIR}
|
|
for i in ${ALL}; \
|
|
do (cd $$i; ${MAKE} ${MFLAGS} CC="${CC}" \
|
|
ADDLIBS="${ADDLIBS}" DEFS="${DEFS}" OPTOPTS="${OPTOPTS}" \
|