diff options
Diffstat (limited to 'comms/conserver-com/Makefile')
-rw-r--r-- | comms/conserver-com/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile index 189c2d260e37..49121fbe1746 100644 --- a/comms/conserver-com/Makefile +++ b/comms/conserver-com/Makefile @@ -6,7 +6,7 @@ # PORTNAME= conserver -PORTVERSION= 7.2.4 +PORTVERSION= 7.2.7 CATEGORIES= comms MASTER_SITES= ftp://ftp.conserver.com/conserver/ PKGNAMESUFFIX= -com @@ -35,9 +35,6 @@ CONFIGURE_ARGS+=--with-64bit post-patch: ${REINPLACE_CMD} \ -e 's@/usr/local/bin@${PREFIX}/sbin@' \ - ${WRKSRC}/conserver/conserver.rc - -post-install: - ${LN} -sf ../conserver.rc ${PREFIX}/etc/rc.d/conserver.sh- + ${WRKSRC}/conserver/conserver.rc.in .include <bsd.port.post.mk> |