diff options
author | cjep <cjep> | 2003-12-30 16:53:48 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-12-30 16:53:48 +0000 |
commit | d62b2839a85d1c9d89e2aa1234e107a68bee810a (patch) | |
tree | 3758c5a1decf2c04b3a5923ee70e112d3ba3259e /games/fkiss | |
parent | b7933b06fec3ea4f794941b2c494561297f9089c (diff) | |
download | pkgsrc-d62b2839a85d1c9d89e2aa1234e107a68bee810a.tar.gz |
Whitespace fix
Diffstat (limited to 'games/fkiss')
-rw-r--r-- | games/fkiss/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 91b8f9d87ca..4306d9154ff 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/12/24 09:53:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2003/12/30 16:53:48 cjep Exp $ # DISTNAME= fkiss-0.33 @@ -32,7 +32,6 @@ post-patch: ${SED} -e "s,XXXPREFIXXXX,${PREFIX},g" \ <${WRKSRC}/fkiss.man.bak >${WRKSRC}/fkiss.man - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fkiss ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/fkiss.man ${PREFIX}/man/man6/fkiss.6 |