summaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-05-19 09:30:05 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-05-19 09:30:05 +0000
commit5db3f51ba7932196800d07e507662b20eca128ab (patch)
tree39b5cc6daa0a5a7786ad28480dcc9127e6ab3476 /net/netatalk
parent- Fix a PLIST problem, file was not removed (typo) (diff)
- Fix MAN1 and LINKS, another PLIST problem solved.
Notes
Notes: svn path=/head/; revision=42725
Diffstat (limited to 'net/netatalk')
-rw-r--r--net/netatalk/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index cb74c808fb4b..a912af651dd5 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/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 <bsd.port.mk>