diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
commit | 91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (patch) | |
tree | 7fb39aa3f78592f94c2415ace02da97d31058a71 /sysutils/xdu | |
parent | 30c64255c60ccb33f5d4988894005dc545e00c52 (diff) |
Another round of Makefile updates, in utils!
Notes
Notes:
svn path=/head/; revision=1359
Diffstat (limited to 'sysutils/xdu')
-rw-r--r-- | sysutils/xdu/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile index f369de5ddfe2..2020d398a2b1 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -3,15 +3,17 @@ # Date created: 9 February 1995 # Whom: asami # -# $Id: Makefile,v 1.2 1995/03/24 11:11:26 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:50:37 jkh Exp $ # DISTNAME= xdu-3.0 -EXTRACT_SUFX= .tar.Z -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.arl.mil/pub/ CATEGORIES+= utilities x11 +MASTER_SITES= ftp://ftp.arl.mil/pub/ +EXTRACT_SUFX= .tar.Z + MAINTAINER= asami@FreeBSD.ORG + NO_WRKSUBDIR= yes +USE_IMAKE= yes .include <bsd.port.mk> |