diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1998-09-09 01:31:06 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1998-09-09 01:31:06 +0000 |
commit | cd4a8fb9bcec6a622f1164f6b101917618b4db8e (patch) | |
tree | 0cc7b1bc71fe7db754db0ac777c331d6853f5405 /net/netatalk/Makefile | |
parent | aa098e962abff6386de47aa87bbc4dd202472631 (diff) | |
download | ports-cd4a8fb9bcec6a622f1164f6b101917618b4db8e.tar.gz ports-cd4a8fb9bcec6a622f1164f6b101917618b4db8e.zip |
Notes
Diffstat (limited to 'net/netatalk/Makefile')
-rw-r--r-- | net/netatalk/Makefile | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 5ad151ea23a3..0588520c9455 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -3,7 +3,7 @@ # Date created: 23 Jul 1997 # Whom: stb # -# $Id: Makefile,v 1.4 1998/01/22 11:06:40 asami Exp $ +# $Id: Makefile,v 1.5 1998/02/27 00:05:23 stb Exp $ # DISTNAME= netatalk-1.4b2 @@ -15,8 +15,37 @@ PATCHFILES= afpd-macos8.diff afpd-bfree.diff MAINTAINER= stb@freebsd.org -NOMANCOMPRESS= true -# XXX this is a hack to make the .so-included -# man pages work. +MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.1 +MLINKS= hqx2bin.1 megatron.1 \ + macbinary.1 megatron.1 \ + single2bin.1 megatron.1 \ + unbin.1 megatron.1 \ + unhex.1 megatron.1 \ + unsingle.1 megatron.1 \ + nbplkup.1 nbp.1 \ + nbprgstr.1 nbp.1 \ + nbpunrgstr.1 nbp.1 \ + papstatus.1 pap.1 +MAN3= atalk_aton.3 nbp_name.3 +MAN4= atalk.4 +MAN8= afpd.8 atalkd.8 papd.8 psf.8 + +post-install: + @PKG_PREFIX=${PREFIX} FAKE_PKG_INSTALL=yes \ + ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL +# @if [ -f ${PREFIX}/etc/AppleVolumes.system ]; then \ +# echo "*** Make sure ${PREFIX}/etc/AppleVolumes.system is in sync with this version"; \ +# echo " of the port. See ${PREFIX}/etc/AppleVolumes.system.dist for details."; \ +# else \ +# ${INSTALL_DATA} ${PREFIX}/etc/AppleVolumes.system.dist \ +# ${PREFIX}/etc/AppleVolumes.system ; \ +# fi +# @if [ -f ${PREFIX}/etc/AppleVolumes.default ]; then \ +# echo "*** Make sure ${PREFIX}/etc/AppleVolumes.default is in sync with this version"; \ +# echo " of the port. See ${PREFIX}/etc/AppleVolumes.default.dist for details."; \ +# else \ +# ${INSTALL_DATA} ${PREFIX}/etc/AppleVolumes.default.dist \ +# ${PREFIX}/etc/AppleVolumes.default ; \ +# fi .include <bsd.port.mk> |