From 8b4236cf7ebe88317356fa74570fea802de1bd0e Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 12 Apr 1995 20:32:12 +0000 Subject: And now the rest of the x11 ports Makefiles. --- x11/rxvt-devel/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'x11/rxvt-devel') diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 444fd1de03d0..a2a47605081f 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -3,17 +3,19 @@ # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.5 1995/02/01 22:38:08 gpalmer Exp $ +# $Id: Makefile,v 1.6 1995/04/01 12:51:04 jkh Exp $ # DISTNAME= rxvt-2.09 -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/rxvt -PREFIX= /usr/X11R6 -MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/misc/ CATEGORIES+= x11 +MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/misc/ + MAINTAINER= gpalmer@FreeBSD.ORG +WRKSRC= ${WRKDIR}/rxvt +USE_IMAKE= yes +PREFIX= /usr/X11R6 + # Get rid of the rclock directory until I can figure out how to patch # that up also and make it! pre-configure: -- cgit