summaryrefslogtreecommitdiff
path: root/print/libpaper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/libpaper/Makefile')
-rw-r--r--print/libpaper/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/print/libpaper/Makefile b/print/libpaper/Makefile
index 004008c4e9b..52672aa654d 100644
--- a/print/libpaper/Makefile
+++ b/print/libpaper/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2008/03/08 13:58:09 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/03/08 14:20:12 tnn Exp $
#
-DISTNAME= libpaper_1.1.22
-PKGNAME= libpaper-1.1.22
+DISTNAME= libpaper_1.1.23
+PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/libp/libpaper/}
@@ -12,11 +12,11 @@ COMMENT= Paper size handling library
PKG_DESTDIR_SUPPORT= user-destdir
-WRKSRC= ${WRKDIR}/libpaper-1.1.22
-GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake
-FILES_SUBST+= PAPERSIZE=${PAPERSIZE}
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake
+FILES_SUBST+= PAPERSIZE=${PAPERSIZE}
.include "../../mk/bsd.pkg.mk"