diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 11:46:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 11:46:07 +0800 |
commit | e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8 (patch) | |
tree | 01211d010da03727d5a1b1d741b0f66d96e8c322 /sysutils/xdu | |
parent | b9ddeab1ef96a0b678ab9fecf540334d4c83fb20 (diff) | |
download | freebsd-ports-graphics-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.tar.gz freebsd-ports-graphics-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.tar.zst freebsd-ports-graphics-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.zip |
Another round of Makefile updates, in utils!
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 f369de5ddfe..2020d398a2b 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> |