diff options
author | will <will@FreeBSD.org> | 2002-01-29 07:21:43 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-01-29 07:21:43 +0800 |
commit | 25fa0d1b1a41aa80f6335a57104e307f0d20e365 (patch) | |
tree | 3096e3d9292456ecd02d6334dd119cd29e6a9fa2 /x11-wm/fvwm2 | |
parent | 50ddd7643541621eccff6fe427866c9cce5de0e0 (diff) | |
download | freebsd-ports-gnome-25fa0d1b1a41aa80f6335a57104e307f0d20e365.tar.gz freebsd-ports-gnome-25fa0d1b1a41aa80f6335a57104e307f0d20e365.tar.zst freebsd-ports-gnome-25fa0d1b1a41aa80f6335a57104e307f0d20e365.zip |
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.
Diffstat (limited to 'x11-wm/fvwm2')
-rw-r--r-- | x11-wm/fvwm2/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/fvwm2/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index 77d77a27006f..92ac7f0cd6a1 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/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> diff --git a/x11-wm/fvwm2/distinfo b/x11-wm/fvwm2/distinfo index b7d5fa271d47..90f6d10ec8df 100644 --- a/x11-wm/fvwm2/distinfo +++ b/x11-wm/fvwm2/distinfo @@ -1,2 +1,2 @@ MD5 (fvwm-2.4.4.tar.gz) = fdc03dda6d2fc56f89bc4cd80c4973da -MD5 (fvwm_icons.tgz) = 7b254da269a236d77c790581701442cb +MD5 (fvwm_icons.tgz) = de6c2822f1f6d43a0e1daddd0c7a8665 |