diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1994-11-25 19:12:24 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1994-11-25 19:12:24 +0000 |
commit | 3d416a79e140eefd2e2a6526ef0c5f26176986f7 (patch) | |
tree | abd5dd3bd323c4191833b028210ce6181c7608ac | |
parent | b00fafca5b1b032f822fd9e3abf78f6d71c3eda2 (diff) | |
download | freebsd-ports-3d416a79e140eefd2e2a6526ef0c5f26176986f7.zip |
Use scripts/preconfigure automatically in bsd.port.mk, not the hackery
that used to be here.
-rw-r--r-- | mail/elm+ME/Makefile | 7 | ||||
-rw-r--r-- | mail/elm/Makefile | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index 639532ba12f9..0aa0f9dc6022 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -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> diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 639532ba12f9..0aa0f9dc6022 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -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> |