1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix ''make reinstall''.

This commit is contained in:
David E. O'Brien 2003-01-04 19:56:16 +00:00
parent 9718b95ece
commit e3dcd1395f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72528

View File

@ -31,6 +31,6 @@ post-patch:
${WRKSRC}/conserver/conserver.rc
post-install:
${LN} -s ../conserver.rc ${PREFIX}/etc/rc.d/conserver.sh-
${LN} -sf ../conserver.rc ${PREFIX}/etc/rc.d/conserver.sh-
.include <bsd.port.mk>