diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-02 13:36:49 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-02 13:36:49 +0000 |
commit | 84801e7d2069cfe5c3ac60580d32189f14af1cb1 (patch) | |
tree | a72e6c1f6b54c9592d2a747b7c856b26ccb6bd67 /x11-wm | |
parent | 532114094cfd2117c86c1c31a962a7a617c45e19 (diff) | |
download | ports-84801e7d2069cfe5c3ac60580d32189f14af1cb1.tar.gz ports-84801e7d2069cfe5c3ac60580d32189f14af1cb1.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 235cd9e715a5..8befdc405a56 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -45,6 +45,10 @@ MAN1= Animate.1x Audio.1x Banner.1x Cascade.1x Clean.1x Form.1x Gnome.1x \ Ident.1x Pager.1x Save.1x Script.1x Scroll.1x Tile.1x Wharf.1x \ WinList.1x Zharf.1x afterstep.1x asetroot.1x +post-patch: + ${PERL} -pi.orig -e 's,/usr/X11/,${X11BASE}/,' \ + ${WRKSRC}/src/afterstep/afterstep.man + post-install: @${INSTALL_DATA} ${FILESDIR}/monitor_bsd.xpm ${PREFIX}/share/afterstep/desktop/icons/common/ .if defined(WITH_DIFFERENT_LOOKNFEELS) |