summaryrefslogtreecommitdiff
path: root/net/netatalk/Makefile
diff options
context:
space:
mode:
authorStefan Bethke <stb@FreeBSD.org>1997-08-18 19:04:10 +0000
committerStefan Bethke <stb@FreeBSD.org>1997-08-18 19:04:10 +0000
commit88df090d14f6c0238eba8cfa5225f696edc43bf1 (patch)
tree2bc47287c6f2780f74b189cacf4bbe728a0679ff /net/netatalk/Makefile
parentBring imlib up to date, for the enlightenment port. (diff)
Temporary fix for PR ports/4251: don't compress man pages, so that '.so'
works for the aliases to megatron.1, nbp.1, and pap.1. Correct solution hopefully rns.
Notes
Notes: svn path=/head/; revision=7614
Diffstat (limited to 'net/netatalk/Makefile')
-rw-r--r--net/netatalk/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index 392b181b0535..e9c48ac020b7 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 Jul 1997
# Whom: stb
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/07/27 22:23:04 stb Exp $
#
DISTNAME= netatalk-1.4b2
@@ -12,11 +12,8 @@ MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/
MAINTAINER= stb@freebsd.org
-MAN4= atalk.4
-MAN8= afpd.8 atalkd.8 papd.8 psf.8
-MAN1= getzones.1 aecho.1 nbprgstr.1 megatron.1 nbp.1 psorder.1 \
- unbin.1 unhex.1 nbplkup.1 unsingle.1 hqx2bin.1 \
- single2bin.1 macbinary.1 pap.1 papstatus.1
-MAN3= atalk_aton.3 nbp_name.3
+NOMANCOMPRESS= true
+# XXX this is a hack to make the .so-included
+# man pages work.
.include <bsd.port.mk>