diff options
author | danfe <danfe@FreeBSD.org> | 2014-03-15 17:25:09 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-03-15 17:25:09 +0800 |
commit | e832304b18ea7ed8a8d59130c438910d12bee65b (patch) | |
tree | 54e21b6c98cabc115114e46182d0d805f1780aa4 /sysutils | |
parent | e5872b7bd32d87741a8bf4c4564894e5a269c4bf (diff) | |
download | freebsd-ports-gnome-e832304b18ea7ed8a8d59130c438910d12bee65b.tar.gz freebsd-ports-gnome-e832304b18ea7ed8a8d59130c438910d12bee65b.tar.zst freebsd-ports-gnome-e832304b18ea7ed8a8d59130c438910d12bee65b.zip |
- Convert EXTRACT_SUFX to USES=tar:tgz, drop an article from the COMMENT
- Remove BROKEN on sparc64: it builds fine at least on flame.freebsd.org
- While here, reformat and improve grammar in port description text
Diffstat (limited to 'sysutils')
-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/ |