PKGNAME isn't getting expanded in MESSAGE. Report and patch thanks to Michael Knudsen.
Index: Makefile =================================================================== RCS file: /cvs/ports/www/mod_ruby/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2005/02/25 15:36:28 1.2 +++ Makefile 2005/10/27 17:05:07 @@ -7,7 +7,7 @@ COMMENT= "module that embeds Ruby into Apache" DISTNAME= mod_ruby-1.2.3 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= www HOMEPAGE= http://modruby.net/ @@ -33,6 +33,8 @@ SEPARATE_BUILD= concurrent INSTALL_TARGET= install-ruby + +SUBST_VARS= PKGNAME post-build: @sed 's,!!PREFIX!!,${PREFIX},' \