diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-06-14 08:31:07 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-06-14 08:31:07 +0000 |
commit | ac573c6f3150f84796e85518606d0fcedf7d2720 (patch) | |
tree | 0df6d41ea980a2fab4fce5c5c9f19303e51c23aa /x11-wm/fvwm95-i18n/Makefile | |
parent | Enable fbsd-icons (diff) |
- Modified port to use new fbsd-icons port, so the bsd-icons.tgz file
from the files-dir could be nuked, as requested by Satoshi and others.
- Modified BUILD_DEPENDS to use ${LOCALBASE} variable instead of
an absolute path.
- packaging tested on both ports fbsd-icons and fvwm95 ;-)
Diffstat (limited to 'x11-wm/fvwm95-i18n/Makefile')
-rw-r--r-- | x11-wm/fvwm95-i18n/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/fvwm95-i18n/Makefile b/x11-wm/fvwm95-i18n/Makefile index e2c7a120ba25..6388b4c76e0c 100644 --- a/x11-wm/fvwm95-i18n/Makefile +++ b/x11-wm/fvwm95-i18n/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 1 Feb 1997 14:46:05 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.10 1997/06/09 19:16:35 andreas Exp $ +# $Id: Makefile,v 1.11 1997/06/09 19:43:45 andreas Exp $ # DISTNAME= fvwm95-2.0.43a-Autoconf @@ -15,7 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= andreas@klemm.gtn.com LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -BUILD_DEPENDS= /usr/local/lib/librplay.a:${PORTSDIR}/audio/rplay +BUILD_DEPENDS= ${LOCALBASE}/lib/librplay.a:${PORTSDIR}/audio/rplay +RUN_DEPENDS= ${X11BASE}/icons/chuck.xpm:${PORTSDIR}/x11/fbsd-icons USE_X11= yes GNU_CONFIGURE= yes @@ -26,7 +27,6 @@ MAN1= fvwm95.1 post-install: @${INSTALL_MAN} $(WRKSRC)/fvwm/fvwm95.man \ - $(PREFIX)/man/man1/fvwm95.1 - (cd ${PREFIX}/icons; tar xzf ${FILESDIR}/fbsd-icons.tar.gz) + $(PREFIX)/man/man1/fvwm95.1 .include <bsd.port.mk> |