diff options
author | frueauf <frueauf> | 1998-05-17 13:21:20 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-05-17 13:21:20 +0000 |
commit | 23fad7d3dce1322433467aecd489bc2d83bf9927 (patch) | |
tree | 5818a1cd2c0f33608b07cda3359a48905355ac08 /games/xjig/Makefile | |
parent | 9687fba5c9ec364e55d22b8ebc23fb27526d721a (diff) | |
download | pkgsrc-23fad7d3dce1322433467aecd489bc2d83bf9927.tar.gz |
Add missing CAT1=xjig.0.
Diffstat (limited to 'games/xjig/Makefile')
-rw-r--r-- | games/xjig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xjig/Makefile b/games/xjig/Makefile index cc66b5d4b5a..6aab8327141 100644 --- a/games/xjig/Makefile +++ b/games/xjig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/04/24 22:26:31 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1998/05/17 13:21:20 frueauf Exp $ # DISTNAME= xjig-2.4 @@ -12,6 +12,8 @@ MAINTAINER= packages@netbsd.org USE_IMAKE= yes ALL_TARGET= xjig xjig.0 +CAT1= xjig.0 + post-install: ${INSTALL_DATA_DIR} ${X11BASE}/lib/xjig ${INSTALL_DATA} ${WRKSRC}/tina.gif ${X11BASE}/lib/xjig |