aboutsummaryrefslogtreecommitdiff
path: root/archivers/hffzip
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-09-17 20:33:52 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-09-17 20:33:52 +0000
commit19531ff7bace1cc06113969296cc24a532e548fe (patch)
tree7169dc17cc6f48e314f2e32fb1053184d3366a41 /archivers/hffzip
parentaa24ae0799a7348fe1094c7cc01405fac3b71ec1 (diff)
Update MASTER_SITES and WWW
PR: ports/86262 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: pav (mentor)
Notes
Notes: svn path=/head/; revision=143027
Diffstat (limited to 'archivers/hffzip')
-rw-r--r--archivers/hffzip/Makefile8
-rw-r--r--archivers/hffzip/pkg-descr2
2 files changed, 5 insertions, 5 deletions
diff --git a/archivers/hffzip/Makefile b/archivers/hffzip/Makefile
index e01afc112099..31bec9a98de8 100644
--- a/archivers/hffzip/Makefile
+++ b/archivers/hffzip/Makefile
@@ -8,17 +8,17 @@
PORTNAME= hffzip
PORTVERSION= 1.01
CATEGORIES= archivers
-MASTER_SITES= http://utenti.quipo.it/claudioscordino/
+MASTER_SITES= http://www.di.unipi.it/~scordino/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= File compressor based on Huffman coding
-PLIST_FILES= bin/hffzip
WRKSRC= ${WRKDIR}/${PORTNAME}
+PLIST_FILES= bin/hffzip
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
- ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/archivers/hffzip/pkg-descr b/archivers/hffzip/pkg-descr
index 677847c7c083..a9235e39e68c 100644
--- a/archivers/hffzip/pkg-descr
+++ b/archivers/hffzip/pkg-descr
@@ -2,4 +2,4 @@ HFFzip is a file compressor based on Huffman coding. HFFzip is
right for embedded systems, because of its little size and the
simple algorithm used.
-WWW: http://utenti.quipo.it/claudioscordino/hffzip.html
+WWW: http://www.di.unipi.it/~scordino/hffzip.html