diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-05-19 09:30:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-05-19 09:30:05 +0000 |
commit | 5db3f51ba7932196800d07e507662b20eca128ab (patch) | |
tree | 39b5cc6daa0a5a7786ad28480dcc9127e6ab3476 /net/netatalk-devel | |
parent | 4e9d49484488c067629d52c4f7203654c1a77469 (diff) | |
download | ports-5db3f51ba7932196800d07e507662b20eca128ab.tar.gz ports-5db3f51ba7932196800d07e507662b20eca128ab.zip |
Notes
Diffstat (limited to 'net/netatalk-devel')
-rw-r--r-- | net/netatalk-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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 <bsd.port.mk> |