aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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