diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1994-12-05 02:41:18 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1994-12-05 02:41:18 +0000 |
commit | 5c802fb4bae9b246eb8ac0c9aaed984fcf4e83b0 (patch) | |
tree | 2c132876b0002faa57f8c4d904a20d1150db0f9f /x11/rxvt-devel | |
parent | Package files for rxvt (diff) |
Oops. Correct wee typo on prefix line
Notes
Notes:
svn path=/head/; revision=530
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r-- | x11/rxvt-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 2ee9f56a6758..17375d4afc9e 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -3,14 +3,14 @@ # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id$ +# $Id: Makefile,v 1.1 1994/12/05 01:48:53 gpalmer Exp $ # DISTNAME= rxvt-2.09 USE_IMAKE= yes INSTALL_MANPAGES= yes WRKSRC= ${WRKDIR}/rxvt -PREFIX= /usr/X11R6/bin +PREFIX= /usr/X11R6 MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/ # Get rid of the rclock directory until I can figure out how to patch |