From ed6f0a5c1e35b25081df5d4fb7c6a5037392f5d4 Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 17 Feb 2003 14:40:34 +0000 Subject: generate PKGNAME from DISTNAME. --- www/ap-layout/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/ap-layout') diff --git a/www/ap-layout/Makefile b/www/ap-layout/Makefile index daadf7fc8dc..a8250417156 100644 --- a/www/ap-layout/Makefile +++ b/www/ap-layout/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2003/01/28 09:05:59 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/02/17 14:40:34 grant Exp $ # DISTNAME= mod_layout-3.2 -PKGNAME= ap-layout-3.2 +PKGNAME= ${DISTNAME:C|mod_|ap-|} CATEGORIES= www MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \ http://software.tangent.org/download/ -- cgit v1.2.3