diff options
author | okazaki <okazaki@FreeBSD.org> | 2002-05-28 17:46:36 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2002-05-28 17:46:36 +0800 |
commit | a54e011e052250511c009840bec606ffd519f5c3 (patch) | |
tree | 0379ea07a23715dc137be0298b8a9ae6fd1ae06a /sysutils | |
parent | 7f12d4f1a4f0ff0677f20305595b834af3a8cca7 (diff) | |
download | freebsd-ports-gnome-a54e011e052250511c009840bec606ffd519f5c3.tar.gz freebsd-ports-gnome-a54e011e052250511c009840bec606ffd519f5c3.tar.zst freebsd-ports-gnome-a54e011e052250511c009840bec606ffd519f5c3.zip |
Upgrade to file-3.38.
Add the post-extract: target to adjust the timestamp of some files.
These rules are required to suppress invocations of aclocal, automake,
autoconf and autoheader at `make build' and `make install'.
Approved by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/file/Makefile | 7 | ||||
-rw-r--r-- | sysutils/file/distinfo | 2 | ||||
-rw-r--r-- | sysutils/file/pkg-plist | 1 |
3 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index 900cdfbe6ba0..f748c85d0d58 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -6,7 +6,7 @@ # PORTNAME= file -PORTVERSION= 3.37 +PORTVERSION= 3.38 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.gw.com/mirrors/pub/unix/file/ \ @@ -20,4 +20,9 @@ CONFIGURE_ARGS= --enable-fsect-man5 MAN1= file.1 MAN5= magic.5 +post-extract: + ${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/aclocal.m4 + ${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/Makefile.in + ${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/stamp-h.in + .include <bsd.port.mk> diff --git a/sysutils/file/distinfo b/sysutils/file/distinfo index 8b3a01398dc4..890bac77445f 100644 --- a/sysutils/file/distinfo +++ b/sysutils/file/distinfo @@ -1 +1 @@ -MD5 (file-3.37.tar.gz) = 5743b2fc24743b6188504762d40c0b4c +MD5 (file-3.38.tar.gz) = 9d8a36724b8691c8248882a4cb76279c diff --git a/sysutils/file/pkg-plist b/sysutils/file/pkg-plist index 256f2108f585..e5e1b934671a 100644 --- a/sysutils/file/pkg-plist +++ b/sysutils/file/pkg-plist @@ -2,3 +2,4 @@ bin/file share/magic share/magic.mime share/magic.mgc +share/magic.mime.mgc |