diff options
author | jmz <jmz@FreeBSD.org> | 1995-05-15 16:33:19 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-05-15 16:33:19 +0000 |
commit | bc13a77abdfe0ce9911abc0093c429ffa96c722f (patch) | |
tree | 0ce4054667487df60cbf17f70e75780cb7c5a761 /x11/xgrab/Makefile | |
parent | 3a039bc1a427a2eb58cd10c824c7a4db40fd42fa (diff) | |
download | FreeBSD-ports-bc13a77abdfe0ce9911abc0093c429ffa96c722f.zip FreeBSD-ports-bc13a77abdfe0ce9911abc0093c429ffa96c722f.tar.gz |
Correct pathname of app-defaults file
Diffstat (limited to 'x11/xgrab/Makefile')
-rw-r--r-- | x11/xgrab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index f09db7c..63d21b4 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -3,7 +3,7 @@ # Date created: 27 February 1995 # Whom: jmz # -# $Id: Makefile,v 1.4 1995/04/12 20:32:02 asami Exp $ +# $Id: Makefile,v 1.5 1995/05/13 10:04:19 asami Exp $ # DISTNAME= xgrabsc.2_3 @@ -15,7 +15,7 @@ MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ - XAPPLOADDIR=${PREFIX}/lib/app-defaults -f + XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f # Needs to actually *run* xrdb IS_INTERACTIVE= yes # "make depend" blows up |