diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-28 23:21:43 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-28 23:21:43 +0000 |
commit | d373925aec86431a2363bac6738641217d7f74d3 (patch) | |
tree | 75d0dce86226480cccdc9b61f63487f1728c38bb /x11-wm/fvwm24/Makefile | |
parent | Update to latest russian patch and include russian patch version in (diff) |
Adjust port for distfile repacking. Diffs between old and new only
showed moving the icons into a subdirectory. Adjust Makefile accordingly.
The RELEASE_4_5_0 tag will be slid to pull this in for 4.5-RELEASE.
Notes
Notes:
svn path=/head/; revision=53933
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index 77d77a27006f..92ac7f0cd6a1 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/Makefile @@ -64,7 +64,7 @@ post-install: ${PREFIX}/etc/system.fvwm2rc; \ fi @${MKDIR} ${PREFIX}/share/fvwm2/pixmaps - ${INSTALL_DATA} ${WRKDIR}/icons/*.xpm \ + ${INSTALL_DATA} ${WRKDIR}/icons/fvwm_icons/*.xpm \ ${PREFIX}/share/fvwm2/pixmaps .include <bsd.port.post.mk> |