diff --git a/net/rdist7/Makefile b/net/rdist7/Makefile index f2b7655e0d4d..aaa37ec7713c 100644 --- a/net/rdist7/Makefile +++ b/net/rdist7/Makefile @@ -1,38 +1,39 @@ PORTNAME= rdist PORTVERSION= 7.0.0.a10 CATEGORIES= net MASTER_SITES= http://www.magnicomp.com/download/rdist/ +PKGNAMESUFFIX= 7 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/-alpha/} MAINTAINER= cy@FreeBSD.org COMMENT= Network file distribution/synchronisation utility WWW= https://www.magnicomp.com/ LICENSE= BSD3CLAUSE CONFLICTS= rdist6 USES= gmake GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${STAGEDIR}/${PREFIX} GNU_CONFIGURE_MANPREFIX= ${STAGEDIR}/${PREFIX}/share INSTALL_TARGET= install install.man .include .if ${OPSYS} == FreeBSD RUN_DEPENDS+= rsh:net/bsdrcmds .endif do-build: @(cd ${WRKSRC} && gmake) do-install: @(cd ${WRKSRC} && gmake install) post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rdist @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rdistd .include