diff options
author | sf <sf@FreeBSD.org> | 2001-09-02 13:36:49 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-09-02 13:36:49 +0000 |
commit | aa4cdc8603ced605b8293bf9851468fe4a0865b4 (patch) | |
tree | ffbcfeec8fa9842835c76873f1296abb0c719e4e /x11-wm | |
parent | c25e010b6a02ed668d4a14c349ab9b5b0a88e4b6 (diff) | |
download | FreeBSD-ports-aa4cdc8603ced605b8293bf9851468fe4a0865b4.zip FreeBSD-ports-aa4cdc8603ced605b8293bf9851468fe4a0865b4.tar.gz |
fix manpage: /usr/X11/ -> ${X11BASE}/
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 235cd9e..8befdc4 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) |