From 704c96b3258a97a184040d302e079ba837856c1f Mon Sep 17 00:00:00 2001 From: sturm Date: Tue, 10 Jul 2007 05:15:03 +0000 Subject: [PATCH] don't use PKGNAME as DIST_SUBDIR, otherwise you'd have to adjust and redownload the tarball with every p-level change --- devel/luaalarm/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/luaalarm/Makefile b/devel/luaalarm/Makefile index fa22e9137f1..7b3b0c36e80 100644 --- a/devel/luaalarm/Makefile +++ b/devel/luaalarm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2007/07/09 19:31:07 jasper Exp $ +# $OpenBSD: Makefile,v 1.9 2007/07/10 05:15:03 sturm Exp $ COMMENT= "alarm library for the lua language" SHARED_ONLY= Yes @@ -6,7 +6,8 @@ SHARED_ONLY= Yes DISTNAME= lalarm DATE= 20061011 PKGNAME= luaalarm-${DATE}p0 -DIST_SUBDIR= ${PKGNAME} +# don't use PKGNAME +DIST_SUBDIR= luaalarm-${DATE} WRKDIST= ${WRKDIR}/alarm CATEGORIES= devel