diff options
author | asami <asami@FreeBSD.org> | 1995-04-13 04:32:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-13 04:32:12 +0800 |
commit | 8b4236cf7ebe88317356fa74570fea802de1bd0e (patch) | |
tree | 7e4bc01a5237a086344bcf19181b850324b0cc72 /x11/rxvt-devel | |
parent | 4b66b1425f949394009f8068fe492c88c8864a2e (diff) | |
download | freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.gz freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.zst freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.zip |
And now the rest of the x11 ports Makefiles.
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r-- | x11/rxvt-devel/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
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: |