aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cpdup
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-03-15 09:25:09 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-03-15 09:25:09 +0000
commitca7631db2d5911ea9ed6323f753f2ce821c33d53 (patch)
tree54e21b6c98cabc115114e46182d0d805f1780aa4 /sysutils/cpdup
parentf17b5bf71930b4f61b147c2fdf1007d1bc696993 (diff)
downloadports-ca7631db2d5911ea9ed6323f753f2ce821c33d53.tar.gz
ports-ca7631db2d5911ea9ed6323f753f2ce821c33d53.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
Notes
Notes: svn path=/head/; revision=348301
Diffstat (limited to 'sysutils/cpdup')
-rw-r--r--sysutils/cpdup/Makefile13
-rw-r--r--sysutils/cpdup/pkg-descr6
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/