From 9c1b977d9a529f035031a10daa2c639a71bf9d54 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 19 May 2001 09:30:05 +0000 Subject: - Fix MAN1 and LINKS, another PLIST problem solved. --- net/netatalk-devel/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net/netatalk-devel') diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile index cb74c808fb4b..a912af651dd5 100644 --- a/net/netatalk-devel/Makefile +++ b/net/netatalk-devel/Makefile @@ -35,10 +35,10 @@ FILES= AppleVolumes.default AppleVolumes.system afpd.conf \ atalkd.conf netatalk.conf netatalk.pamd papd.conf LINKS= unbin unhex unsingle hqx2bin single2bin macbinary \ binheader nadheader -MAN1= aecho.1 afile.1 afppasswd.1 getzones.1 megatron.1 \ - nbp.1 pap.1 psorder.1 hqx2bin.1 macbinary.1 nbplkup.1 \ - nbprgstr.1 nbpunrgstr.1 papstatus.1 single2bin.1 \ - unbin.1 unhex.1 unsingle.1 +MAN1= achefile.1 aecho.1 afile.1 afppasswd.1 getzones.1 \ + megatron.1 nbp.1 pap.1 psorder.1 hqx2bin.1 macbinary.1 \ + nbplkup.1 nbprgstr.1 nbpunrgstr.1 papstatus.1 \ + single2bin.1 unbin.1 unhex.1 unsingle.1 MAN3= atalk_aton.3 nbp_name.3 MAN4= atalk.4 MAN5= AppleVolumes.default.5 afpd.conf.5 atalkd.conf.5 \ @@ -59,7 +59,7 @@ post-install: ${INSTALL_DATA} -c ${PREFIX}/etc/${i}.dist ${PREFIX}/etc/${i} .endfor .for i in ${LINKS} - ( cd ${PREFIX} && ${LN} -sf megatron ${i} ) + ( cd ${PREFIX}/bin && ${LN} -sf megatron ${i} ) .endfor .include -- cgit