diff options
author | grant <grant> | 2004-05-08 15:14:23 +0000 |
---|---|---|
committer | grant <grant> | 2004-05-08 15:14:23 +0000 |
commit | bb16508033bcdd7f9993af79d1be8d758bdef12f (patch) | |
tree | ba1f398b171f15ba88cff967c737031118cd8e60 /www | |
parent | afd27abf93942038993e637fef7d31cce99daf26 (diff) | |
download | pkgsrc-bb16508033bcdd7f9993af79d1be8d758bdef12f.tar.gz |
convert to buildlink3.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-layout/Makefile | 4 | ||||
-rw-r--r-- | www/ap-mp3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/ap-layout/Makefile b/www/ap-layout/Makefile index bb2daafafce..8cc9d1ecbec 100644 --- a/www/ap-layout/Makefile +++ b/www/ap-layout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:55:26 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/05/08 15:14:23 grant Exp $ # DISTNAME= mod_layout-3.2 @@ -11,7 +11,7 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://software.tangent.org/ COMMENT= Apache module to wrap static or dynamic content -USE_BUILDLINK2= YES +USE_BUILDLINK3= yes APACHE_MODULE_NAME= mod_layout.so diff --git a/www/ap-mp3/Makefile b/www/ap-mp3/Makefile index b5b50bd43a7..3de90298213 100644 --- a/www/ap-mp3/Makefile +++ b/www/ap-mp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/22 04:14:19 martti Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/08 15:14:23 grant Exp $ # DISTNAME= mod_mp3-0.35 @@ -11,7 +11,7 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://software.tangent.org/media/ COMMENT= Apache module for streaming mp3 files -USE_BUILDLINK2= YES +USE_BUILDLINK3= yes APACHE_MODULE_NAME= ${DISTNAME:C|-.*||}.so APACHE_MODULE_SRCDIR= ${WRKSRC}/src |