diff options
Diffstat (limited to 'textproc/mgdiff/Makefile')
-rw-r--r-- | textproc/mgdiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile index 6a032a8..3506b7c 100644 --- a/textproc/mgdiff/Makefile +++ b/textproc/mgdiff/Makefile @@ -3,7 +3,7 @@ # Date created: 22 October 1996 # Whom: andreas@marvin.robin.de # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/15 11:01:25 asami Exp $ # DISTNAME= mgdiff @@ -18,7 +18,7 @@ REQUIRES_MOTIF= yes USE_IMAKE= yes post-install: - @${MKDIR} -p ${PREFIX}/lib/X11/mgdiff + @${MKDIR} ${PREFIX}/lib/X11/mgdiff @${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${PREFIX}/lib/X11/mgdiff @${ECHO} Mgdiff comes with .xbm and .xpm files for use as window @${ECHO} manager icons. You will find them in ${PREFIX}/lib/X11/mgdiff. |