diff options
author | alex <alex@FreeBSD.org> | 2000-07-02 15:26:52 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-02 15:26:52 +0000 |
commit | ab5276649daf1b4f72458ae90e7fa3e24f3c0342 (patch) | |
tree | b664e812d319fbf88cfab14f710581ac5840cf14 | |
parent | 79e1a7cff2fa1932113b0ceab45bcef4ae6b8fd3 (diff) | |
download | FreeBSD-ports-ab5276649daf1b4f72458ae90e7fa3e24f3c0342.zip FreeBSD-ports-ab5276649daf1b4f72458ae90e7fa3e24f3c0342.tar.gz |
Update to version 2.0, the version which might join the tree in CURRENT.
Removes -m flag for truncate(1).
Since the port-distfile is a plain tar -zcf of the propagated tree-version,
add WRKSRC, MANDIR and BINDIR hunks to port-Makefile.
-rw-r--r-- | sysutils/truncate/Makefile | 5 | ||||
-rw-r--r-- | sysutils/truncate/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/truncate/Makefile b/sysutils/truncate/Makefile index fe503a0..a25f6f2 100644 --- a/sysutils/truncate/Makefile +++ b/sysutils/truncate/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= truncate -PORTVERSION= 1.0 +PORTVERSION= 2.0 CATEGORIES= sysutils MASTER_SITES= ftp://big.endian.de/pub/FreeBSD/ @@ -14,4 +14,7 @@ MAINTAINER= alex@FreeBSD.org MAN1= truncate.1 MANCOMPRESSED= yes +MAKE_ENV+= MANDIR=${PREFIX}/man/man BINDIR=${PREFIX}/bin +WRKSRC= ${WRKDIR}/truncate + .include <bsd.port.mk> diff --git a/sysutils/truncate/distinfo b/sysutils/truncate/distinfo index 3c48ad6..5d31b40 100644 --- a/sysutils/truncate/distinfo +++ b/sysutils/truncate/distinfo @@ -1 +1 @@ -MD5 (truncate-1.0.tar.gz) = 5c8d0a386dfce5f3c63cfd791aac8a16 +MD5 (truncate-2.0.tar.gz) = 9304dde76364a260f0e9d353018ffb41 |