diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-17 23:26:31 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-17 23:26:31 +0000 |
commit | 19ee22a331d71b3dee862d1bd9d3bd84efe0d222 (patch) | |
tree | 570e2ee4084ed53c8027576fe1900e18271b7448 /x11 | |
parent | a09723f3b204d6b124dc310d08f3f19c34a2cb54 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xprompt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xprompt/Makefile b/x11/xprompt/Makefile index 056345d7ad07..c19890ab0caf 100644 --- a/x11/xprompt/Makefile +++ b/x11/xprompt/Makefile @@ -3,14 +3,14 @@ # Date created: 23 March 1997 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.1.1.1 1997/03/25 15:25:42 max Exp $ +# $Id: Makefile,v 1.2 1997/03/29 12:29:24 max Exp $ # DISTNAME= xprompt-1.4 CATEGORIES= x11 MASTER_SITES= ftp://ftp.nsg.bc.ca/pub/nsg/src/xprompt/ -MAINTAINER= mph@pobox.com +MAINTAINER= mph@freebsd.org USE_IMAKE= yes |