git: 87aac03d65ab - main - devel/autotools: convert to USES=metaport
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Mar 2022 16:25:37 UTC
The branch main has been updated by tijl:
URL: https://cgit.FreeBSD.org/ports/commit/?id=87aac03d65ab1b853ada0a9f0b284f82276e41a2
commit 87aac03d65ab1b853ada0a9f0b284f82276e41a2
Author: Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2022-03-11 16:03:57 +0000
Commit: Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2022-03-11 16:25:31 +0000
devel/autotools: convert to USES=metaport
---
devel/autotools/Makefile | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/devel/autotools/Makefile b/devel/autotools/Makefile
index d51d934d174d..7c80ee03489c 100644
--- a/devel/autotools/Makefile
+++ b/devel/autotools/Makefile
@@ -1,14 +1,9 @@
# Created by: Ade Lovett <ade@FreeBSD.org>
PORTNAME= autotools
-PORTVERSION= 20130627
+PORTVERSION= 20220311
CATEGORIES= devel
-MASTER_SITES= # none
-DISTFILES= # none
-# note: before committing to this port, contact portmgr to arrange for an
-# experimental ports run. Untested commits may be backed out at portmgr's
-# discretion.
MAINTAINER= tijl@FreeBSD.org
COMMENT= Autotools meta-port
@@ -17,10 +12,6 @@ RUN_DEPENDS= libtoolize:devel/libtool \
autoconf>=2.69:devel/autoconf \
automake>=1.15:devel/automake
-PLIST_FILES= share/${PORTNAME}
-NO_BUILD= yes
-
-do-install:
- @${ECHO_CMD} "Placeholder file" > ${STAGEDIR}${PREFIX}/${PLIST_FILES}
+USES= metaport
.include <bsd.port.mk>