diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 02:13:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 02:13:37 +0000 |
commit | 0794bbed14ca06e93fce7f8cb60c0c1d511f31cf (patch) | |
tree | 86b921864dbada4f192b3614bd76c8629d64af9c /games/xlines/Makefile | |
parent | 040c3682ca6ca3ef4b8d899b145d63b3cae32027 (diff) | |
download | ports-0794bbed14ca06e93fce7f8cb60c0c1d511f31cf.tar.gz ports-0794bbed14ca06e93fce7f8cb60c0c1d511f31cf.zip |
Notes
Diffstat (limited to 'games/xlines/Makefile')
-rw-r--r-- | games/xlines/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xlines/Makefile b/games/xlines/Makefile index 320dd3b7b4f2..e2de4663b05f 100644 --- a/games/xlines/Makefile +++ b/games/xlines/Makefile @@ -3,7 +3,7 @@ # Date created: 11 February 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.5 1998/08/07 23:56:22 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/12 06:29:28 asami Exp $ # DISTNAME= xlines @@ -24,6 +24,8 @@ do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xlines ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/share/xlines @ ${INSTALL_DATA} ${WRKSRC}/trolltech.gif ${PREFIX}/share/xlines + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/xlines @ ${INSTALL_DATA} ${WRKSRC}/readme.lines ${PREFIX}/share/doc/xlines |