diff options
author | alex <alex@FreeBSD.org> | 2000-07-02 23:26:52 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-02 23:26:52 +0800 |
commit | ab5276649daf1b4f72458ae90e7fa3e24f3c0342 (patch) | |
tree | b664e812d319fbf88cfab14f710581ac5840cf14 /sysutils | |
parent | 79e1a7cff2fa1932113b0ceab45bcef4ae6b8fd3 (diff) | |
download | freebsd-ports-gnome-ab5276649daf1b4f72458ae90e7fa3e24f3c0342.tar.gz freebsd-ports-gnome-ab5276649daf1b4f72458ae90e7fa3e24f3c0342.tar.zst freebsd-ports-gnome-ab5276649daf1b4f72458ae90e7fa3e24f3c0342.zip |
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.
Diffstat (limited to 'sysutils')
-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 fe503a0921f8..a25f6f2449df 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 3c48ad6eb9d7..5d31b40707b1 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 |