diff options
Diffstat (limited to 'x11-wm/fvwm2-i18n/Makefile')
-rw-r--r-- | x11-wm/fvwm2-i18n/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/fvwm2-i18n/Makefile b/x11-wm/fvwm2-i18n/Makefile index 24330e910874..3d563977313d 100644 --- a/x11-wm/fvwm2-i18n/Makefile +++ b/x11-wm/fvwm2-i18n/Makefile @@ -3,10 +3,10 @@ # Date created: 20 Jan 1996 # Whom: peter # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/03/09 14:42:56 asami Exp $ # -DISTNAME= fvwm-2.0.40 +DISTNAME= fvwm-2.0.41 CATEGORIES+= x11 MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/fvwm/version-2/ @@ -17,13 +17,12 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes XMKMF= xmkmf ALL_TARGET= Makefiles all -WRKSRC= ${WRKDIR}/fvwm post-configure: cd ${WRKSRC}/modules/FvwmConfig; xmkmf post-install: @mkdir -p ${PREFIX}/include/X11/pixmaps - cp ${WRKSRC}/fvwm_icons/*.xpm ${PREFIX}/include/X11/pixmaps + ${INSTALL} -c -m 444 ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps .include <bsd.port.mk> |