diff options
-rw-r--r-- | sysutils/cpdup/Makefile | 13 | ||||
-rw-r--r-- | sysutils/cpdup/pkg-descr | 6 |
2 files changed, 7 insertions, 12 deletions
diff --git a/sysutils/cpdup/Makefile b/sysutils/cpdup/Makefile index 4668de111e5f..e2a28b17d0d3 100644 --- a/sysutils/cpdup/Makefile +++ b/sysutils/cpdup/Makefile @@ -7,10 +7,11 @@ PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://apollo.backplane.com/FreeSrc/ \ http://utenti.gufi.org/~gmarco/files/distfiles/ -EXTRACT_SUFX= .tgz MAINTAINER= gmarco@gufi.org -COMMENT= A comprehensive filesystem mirroring and backup program +COMMENT= Comprehensive filesystem mirroring and backup program + +USES= tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} @@ -22,10 +23,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cpdup ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cpdup.1 ${STAGEDIR}${MANPREFIX}/man/man1 -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/cpdup/pkg-descr b/sysutils/cpdup/pkg-descr index 88f5521035bf..2d28433d0f1d 100644 --- a/sysutils/cpdup/pkg-descr +++ b/sysutils/cpdup/pkg-descr @@ -1,5 +1,5 @@ -This is the distribution of "cpdup", a powerful filesystem mirroring -and backup utility which also has file integrity testing features, -supports incremental backups and remote mirroring via ssh. +This is the distribution of "cpdup", a powerful filesystem mirroring and +backup utility which also has file integrity testing features, supports +incremental backups, and remote mirroring via ssh. WWW: http://apollo.backplane.com/FreeBSDPorts/ |