diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-07 18:16:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-07 18:16:45 +0000 |
commit | 7fb7b3165405b6611f88d1f4f0c4f65c8ce663b8 (patch) | |
tree | 8cccc3cc4eebb612112841879f8fe375ddf9f135 | |
parent | c548360671b25febcc5df0cc44fe64404bb99369 (diff) | |
download | pkgsrc-7fb7b3165405b6611f88d1f4f0c4f65c8ce663b8.tar.gz |
Fix installation.
-rw-r--r-- | games/tscp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tscp/Makefile b/games/tscp/Makefile index b2d0ce35ea8..45d27139697 100644 --- a/games/tscp/Makefile +++ b/games/tscp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/03/04 06:59:06 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2008/04/07 18:16:45 joerg Exp $ # DISTNAME= tscp181 @@ -20,7 +20,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} PKG_DESTDIR_SUPPORT= user-destdir -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= bin share/doc do-build: cd ${WRKSRC} ; ${CC} ${CFLAGS} ${LDFLAGS} -o tscp *.c -lcompat |