diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
commit | 090316dbc14c2b14673d0d368ec85d09c5841a39 (patch) | |
tree | d6c413c3547e857d6c61c3d887298be79b3ea7e1 /textproc/mgdiff | |
parent | 1cd3d92150c435bd617039c4045455da7a705228 (diff) | |
download | ports-090316dbc14c2b14673d0d368ec85d09c5841a39.tar.gz ports-090316dbc14c2b14673d0d368ec85d09c5841a39.zip |
Notes
Diffstat (limited to 'textproc/mgdiff')
-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 6a032a8a1e12..3506b7c866fe 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. |