diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-05-19 07:48:45 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-05-19 07:48:45 +0000 |
commit | 6630abd153c61b6a643df62b39374627af2c594e (patch) | |
tree | a04c1a241ea44bd3f78fe60e09062eb3d1e1a51b /graphics/xfig | |
parent | 152fb6d308c3dc43f86d61857bc033613b6b2a67 (diff) | |
download | pkgsrc-6630abd153c61b6a643df62b39374627af2c594e.tar.gz |
Add missing CAT1=xfig.0.
Diffstat (limited to 'graphics/xfig')
-rw-r--r-- | graphics/xfig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index e441e1d8e17..e232b8ed36f 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/24 09:20:35 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/05/19 07:48:45 frueauf Exp $ # DISTNAME= xfig.3.2 @@ -17,6 +17,8 @@ DEPENDS+= Xaw3d-1.3:../../x11/Xaw3d USE_IMAKE= yes +CAT1= xfig.0 + post-install: ${MKDIR} ${X11BASE}/share/examples/xfig ${MKDIR} ${X11BASE}/share/doc/xfig |