diff options
Diffstat (limited to 'misc/xenmenu')
-rw-r--r-- | misc/xenmenu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xenmenu/Makefile b/misc/xenmenu/Makefile index 97123992fb75..ec96c12f5e06 100644 --- a/misc/xenmenu/Makefile +++ b/misc/xenmenu/Makefile @@ -3,7 +3,7 @@ # Date created: 19 May 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/10 00:48:55 steve Exp $ # DISTNAME= xenmenu-0.8b @@ -16,7 +16,7 @@ MAINTAINER= andy@icc.surw.chel.su ALL_TARGET= GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-sys-config=${PREFIX}/etc/xenmenurc --with-secure-config=${PREFIX}/etc/xenmenurc.secure --with-support-dir=${PREFIX}/share/xenmenu/bin --with-menu-dir=${PREFIX}/share/xenmenu/menus --with-view-dir=${PREFIX}/share/xenmenu/text --with-path=/usr/local/bin:/usr/bin:/bin +CONFIGURE_ARGS= --with-sys-config=${PREFIX}/etc/xenmenurc --with-secure-config=${PREFIX}/etc/xenmenurc.secure --with-support-dir=${PREFIX}/share/xenmenu/bin --with-menu-dir=${PREFIX}/share/xenmenu/menus --with-view-dir=${PREFIX}/share/xenmenu/text --with-path=${PREFIX}/bin:/usr/bin:/bin do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xenmenu ${PREFIX}/bin |