Revert last change because it will cause some breakage which I have

to fix first.
This commit is contained in:
bernd 2008-03-31 08:47:25 +00:00
parent 97fbd1cf66
commit e41f7b00ef
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.13 2008/03/29 19:24:40 bernd Exp $
# $OpenBSD: Makefile,v 1.14 2008/03/31 08:47:25 bernd Exp $
COMMENT= wrapper for gnu auto*
VERSION= 0.8
VERSION= 0.9
DISTNAME= metaauto-${VERSION}
CATEGORIES= devel
DISTFILES= pkg-config-0.21.tar.gz

View File

@ -1,5 +1,5 @@
#! /bin/sh
# $OpenBSD: meta.in,v 1.4 2008/03/29 19:24:40 bernd Exp $
# $OpenBSD: meta.in,v 1.5 2008/03/31 08:47:25 bernd Exp $
# Copyright (c) 2003,2004 Marc Espie.
#
@ -26,8 +26,7 @@
case "x$@PROG_VERSION" in
x) # figure out manually what to do
echo "Provide an @PROG_VERSION environment variable, please" >&2
exit 1
echo "Provide an @PROG_VERSION environment variable, please"
;;
x*)
exec @LOCALBASE@/bin/@SCRIPT@-$@PROG_VERSION "$@"