Date: Wed, 4 Jun 1997 01:25:51 -0700 (PDT) From: Satoshi Asami <asami@FreeBSD.ORG> To: junker@jazz.snu.ac.kr, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3338 Message-ID: <199706040825.BAA02093@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: new port request of korean/hfvwm2 State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Wed Jun 4 01:25:13 PDT 1997 State-Changed-Why: Thanks, committed. Changes: === diff -ru hfvwm2/Makefile hfvwm2.new/Makefile --- hfvwm2/Makefile Mon Apr 7 22:26:48 1997 +++ hfvwm2.new/Makefile Wed Jun 4 01:16:35 1997 @@ -23,8 +23,8 @@ @${CP} ${WRKSRC}/fvwm/fvwm2.man ${WRKSRC}/fvwm/hfvwm2.man post-install: - @mkdir -p ${PREFIX}/include/X11/pixmaps - ${INSTALL} -c -m 444 ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps - ${INSTALL} -c -m 444 ${WRKSRC}/sample.fvwmrc/wood.xpm ${PREFIX}/include/X11/pixmaps + @${MKDIR} ${PREFIX}/include/X11/pixmaps + ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps + ${INSTALL_DATA} ${WRKSRC}/sample.fvwmrc/wood.xpm ${PREFIX}/include/X11/pixmaps .include <bsd.port.mk> === I also sorted pkg/PLIST.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706040825.BAA02093>