aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-05-19 17:30:05 +0800
committerdinoex <dinoex@FreeBSD.org>2001-05-19 17:30:05 +0800
commit9c1b977d9a529f035031a10daa2c639a71bf9d54 (patch)
tree083425e448807f5cdc35ff7873f3b0419f7b9fff /net
parent50d57e40f7e6e41720874a2985becd0e1a4c907b (diff)
downloadfreebsd-ports-gnome-9c1b977d9a529f035031a10daa2c639a71bf9d54.tar.gz
freebsd-ports-gnome-9c1b977d9a529f035031a10daa2c639a71bf9d54.tar.zst
freebsd-ports-gnome-9c1b977d9a529f035031a10daa2c639a71bf9d54.zip
- Fix MAN1 and LINKS, another PLIST problem solved.
Diffstat (limited to 'net')
-rw-r--r--net/netatalk-devel/Makefile10
-rw-r--r--net/netatalk/Makefile10
2 files changed, 10 insertions, 10 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>
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>