diff options
author | knu <knu@FreeBSD.org> | 2001-04-13 23:08:27 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-13 23:08:27 +0800 |
commit | ee82e0c81f8b1695d7353507310c29ca99feb315 (patch) | |
tree | 1738852029959ff27cea74b6e18b230209d87899 /graphics/ming/files | |
parent | 8be583f496b08a9638ad4243598a7bf7e01f7652 (diff) | |
download | freebsd-ports-gnome-ee82e0c81f8b1695d7353507310c29ca99feb315.tar.gz freebsd-ports-gnome-ee82e0c81f8b1695d7353507310c29ca99feb315.tar.zst freebsd-ports-gnome-ee82e0c81f8b1695d7353507310c29ca99feb315.zip |
Chase the update of the ming examples tarball.
Rename and move the location of the c++ header file:
c++/ming.h -> mingpp.h
Diffstat (limited to 'graphics/ming/files')
-rw-r--r-- | graphics/ming/files/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ming/files/Makefile b/graphics/ming/files/Makefile index ef76a3c113f4..50052decc9b5 100644 --- a/graphics/ming/files/Makefile +++ b/graphics/ming/files/Makefile @@ -50,6 +50,7 @@ INCS= blocklist.h \ fill.h \ libming.h \ ming.h \ + mingpp.h \ movie.h \ movieclip.h \ position.h \ @@ -80,7 +81,7 @@ beforeinstall: _includeinstall _includeinstall: pre-_includeinstall pre-_includeinstall: - mkdir -p ${DESTDIR}${INCDIR}/blocks ${DESTDIR}${INCDIR}/c++ + mkdir -p ${DESTDIR}${INCDIR}/blocks beforeinstall: ${INSTALL} -C -o ${INCOWN} -g ${INCGRP} -m ${INCMODE} \ @@ -91,5 +92,3 @@ beforeinstall: ${.CURDIR}/blocks/character.h ${.CURDIR}/blocks/libswf.h \ ${.CURDIR}/blocks/method.h ${.CURDIR}/blocks/output.h \ ${.CURDIR}/blocks/rect.h ${INCDIR}/blocks/ - ${INSTALL} -C -o ${INCOWN} -g ${INCGRP} -m ${INCMODE} \ - ${.CURDIR}/c++/ming.h ${INCDIR}/c++/ |