diff options
author | asami <asami@FreeBSD.org> | 1998-08-15 16:41:10 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-15 16:41:10 +0800 |
commit | ee4fa8c7914669beeae8d08a0871b605b8f92014 (patch) | |
tree | 638e7f7b6fbf9c2152bbdc09e6599bf46acdc810 /misc | |
parent | 9ded12daad487331bbf9ee7f147a454a69408e2a (diff) | |
download | freebsd-ports-gnome-ee4fa8c7914669beeae8d08a0871b605b8f92014.tar.gz freebsd-ports-gnome-ee4fa8c7914669beeae8d08a0871b605b8f92014.tar.zst freebsd-ports-gnome-ee4fa8c7914669beeae8d08a0871b605b8f92014.zip |
portlint.
Diffstat (limited to 'misc')
-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 |