diff options
author | okazaki <okazaki@FreeBSD.org> | 2002-08-04 20:16:13 +0000 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2002-08-04 20:16:13 +0000 |
commit | 80f6e5a4110f2d33c29c99fc4cf11316a3e4bd57 (patch) | |
tree | 04dbdb67628da5cdf56f337a6bf404e6e2815e18 /sysutils/file/Makefile | |
parent | ddca0a763068ddd319411820737c97b1f7c97a42 (diff) | |
download | FreeBSD-ports-80f6e5a4110f2d33c29c99fc4cf11316a3e4bd57.zip FreeBSD-ports-80f6e5a4110f2d33c29c99fc4cf11316a3e4bd57.tar.gz |
Upgrade to 3.39.
PR: 41326
Submitted by: maintainer
Diffstat (limited to 'sysutils/file/Makefile')
-rw-r--r-- | sysutils/file/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index f748c85..f6e022a 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -6,7 +6,7 @@ # PORTNAME= file -PORTVERSION= 3.38 +PORTVERSION= 3.39 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.gw.com/mirrors/pub/unix/file/ \ @@ -20,6 +20,9 @@ CONFIGURE_ARGS= --enable-fsect-man5 MAN1= file.1 MAN5= magic.5 +# The rules below are required to suppress invocations of aclocal, automake, +# autoconf and autoheader at `make build' and `make install'. + post-extract: ${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/aclocal.m4 ${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/Makefile.in |