diff options
author | obache <obache@pkgsrc.org> | 2009-01-16 09:18:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-01-16 09:18:30 +0000 |
commit | 4f825cff1e5ef063e069e83e3c321d025cc786ad (patch) | |
tree | 3a48e3d7f512d4eace0d723785235d03354beab0 /archivers/szip/Makefile | |
parent | 5ac9c3b412ad1f6bacefc14c5fc18f5759449718 (diff) | |
download | pkgsrc-4f825cff1e5ef063e069e83e3c321d025cc786ad.tar.gz |
It seems that DISTFILE was replaced with same name, no information.
Bump PKGREVISION for safe.
Diffstat (limited to 'archivers/szip/Makefile')
-rw-r--r-- | archivers/szip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index a3bce96fcbf..78b3b928bee 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2008/09/08 08:59:22 adam Exp $ +# $NetBSD: Makefile,v 1.11 2009/01/16 09:18:30 obache Exp $ DISTNAME= szip-2.1 +PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= ftp://ftp.hdfgroup.org/lib-external/szip/2.1/src/ @@ -18,6 +19,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +DIST_SUBDIR= ${PKGNAME} USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} |