Use scripts/preconfigure automatically in bsd.port.mk, not the hackery

that used to be here.
This commit is contained in:
Gary Palmer 1994-11-25 19:12:24 +00:00
parent b00fafca5b
commit 3d416a79e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504
2 changed files with 2 additions and 12 deletions

View file

@ -1,6 +1,6 @@
#
# Makefile for ports/mail/elm (FreeBSD)
# $Id: $
# $Id: Makefile,v 1.1.1.1 1994/10/14 21:59:03 jkh Exp $
#
# Distribution stuff
@ -17,10 +17,5 @@ IS_INTERACTIVE= is_set
# Packaging
NO_PACKAGE= is_set
# PKGDIR= pkg
pre-configure:
@echo "===> Running pre-configure target for ${DISTNAME}"
@sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC}
.include <bsd.port.mk>

View file

@ -1,6 +1,6 @@
#
# Makefile for ports/mail/elm (FreeBSD)
# $Id: $
# $Id: Makefile,v 1.1.1.1 1994/10/14 21:59:03 jkh Exp $
#
# Distribution stuff
@ -17,10 +17,5 @@ IS_INTERACTIVE= is_set
# Packaging
NO_PACKAGE= is_set
# PKGDIR= pkg
pre-configure:
@echo "===> Running pre-configure target for ${DISTNAME}"
@sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC}
.include <bsd.port.mk>