+autoreconf

This commit is contained in:
espie 2003-02-15 17:08:25 +00:00
parent 8f53f71956
commit ef61b689c4
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/02/15 14:01:18 espie Exp $ # $OpenBSD: Makefile,v 1.2 2003/02/15 17:08:25 espie Exp $
COMMENT= "wrapper for gnu auto*" COMMENT= "wrapper for gnu auto*"
VERSION= 0.0 VERSION= 0.1
DISTNAME= metaauto-${VERSION} DISTNAME= metaauto-${VERSION}
CATEGORIES= devel CATEGORIES= devel
DISTFILES= DISTFILES=
@ -15,7 +15,7 @@ PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_FTP= Yes
SCRIPTS=autoconf autoupdate autoheader SCRIPTS=autoconf autoupdate autoheader autoreconf
WRKDIST=${WRKDIR} WRKDIST=${WRKDIR}
do-build: do-build:

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/02/15 14:01:18 espie Exp $ @comment $OpenBSD: PLIST,v 1.2 2003/02/15 17:08:25 espie Exp $
bin/autoconf bin/autoconf
bin/autoheader bin/autoheader
bin/autoreconf
bin/autoupdate bin/autoupdate