diff options
author | sem <sem@FreeBSD.org> | 2005-08-29 13:07:08 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-08-29 13:07:08 +0000 |
commit | 3f527d3baacf7832eb7ce439bb72f8a25a109970 (patch) | |
tree | e3f319764f12e252b993417323904e3d708697fd | |
parent | 673d8ebdd9071590d7360d2f0531df7784560212 (diff) | |
download | FreeBSD-ports-3f527d3baacf7832eb7ce439bb72f8a25a109970.zip FreeBSD-ports-3f527d3baacf7832eb7ce439bb72f8a25a109970.tar.gz |
- Update to 1.1
- Enhance MASTER_SITES
- Add WWW in pkg-descr
- Pass maintainership to submitter
PR: ports/84985
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
-rw-r--r-- | archivers/unlzx/Makefile | 18 | ||||
-rw-r--r-- | archivers/unlzx/distinfo | 4 | ||||
-rw-r--r-- | archivers/unlzx/pkg-descr | 2 |
3 files changed, 13 insertions, 11 deletions
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index 5e22083..d96452a 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -6,27 +6,27 @@ # PORTNAME= unlzx -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= archivers MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \ - ftp://us.aminet.net/pub/aminet/misc/unix/ + ftp://us.aminet.net/pub/aminet/misc/unix/ \ + http://critical.ch/distfiles/ DISTNAME= ${PORTNAME}.c -EXTRACT_SUFX= .Z +EXTRACT_SUFX= .gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@critical.ch COMMENT= Extracts .lzx archives from Amiga systems -NO_WRKSUBDIR= yes PLIST_FILES= bin/unlzx do-extract: - ${MKDIR} ${WRKDIR} - ${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME} + ${MKDIR} ${WRKSRC} + ${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKSRC}/${DISTNAME} do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} -o unlzx unlzx.c + ${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/unlzx ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include <bsd.port.mk> diff --git a/archivers/unlzx/distinfo b/archivers/unlzx/distinfo index 33f24d9..4ff3f59 100644 --- a/archivers/unlzx/distinfo +++ b/archivers/unlzx/distinfo @@ -1,2 +1,2 @@ -MD5 (unlzx.c.Z) = 897f018f175b0e9f5d2b9d75eadd4fa8 -SIZE (unlzx.c.Z) = 15135 +MD5 (unlzx.c.gz) = aba223c26019d84fad0a1eed109bc628 +SIZE (unlzx.c.gz) = 9680 diff --git a/archivers/unlzx/pkg-descr b/archivers/unlzx/pkg-descr index 71ce99c..d45425b 100644 --- a/archivers/unlzx/pkg-descr +++ b/archivers/unlzx/pkg-descr @@ -1,2 +1,4 @@ This package includes unlzx, an unarchiver for the Amiga LZX file archive format. + +WWW: ftp://de.aminet.net/pub/aminet/misc/unix/ |