diff options
author | steve <steve@FreeBSD.org> | 1999-05-03 02:04:47 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-03 02:04:47 +0000 |
commit | 74e9df6316d781e2ece73e2a773b70ac99a38c4d (patch) | |
tree | aad0c16b5d0cd21b6f8ab09b358e0a798d364da8 /games/pp/Makefile | |
parent | 2e4f750cbe6e0a9387247f06ff9605dd59e84374 (diff) | |
download | FreeBSD-ports-74e9df6316d781e2ece73e2a773b70ac99a38c4d.zip FreeBSD-ports-74e9df6316d781e2ece73e2a773b70ac99a38c4d.tar.gz |
Minor cleanups from maintainer.
PR: 11426
Submitted by: maintainer
Diffstat (limited to 'games/pp/Makefile')
-rw-r--r-- | games/pp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/pp/Makefile b/games/pp/Makefile index 12a7f71..13857f1 100644 --- a/games/pp/Makefile +++ b/games/pp/Makefile @@ -3,7 +3,7 @@ # Date created: 21 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.4 1998/08/12 06:29:28 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/28 02:12:35 steve Exp $ # DISTNAME= pp-0.01 @@ -31,6 +31,8 @@ do-install: @ ${INSTALL_DATA} ${WRKDIR}/ppinst/*.gif ${PREFIX}/share/pp/pic @ ${MKDIR} ${PREFIX}/share/pp/level @ ${INSTALL_DATA} ${WRKDIR}/ppinst/*.map1 ${PREFIX}/share/pp/level + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/pp .for file in INSTALL LICENSE RULES WARRANTY free-license.html |