diff options
author | frueauf <frueauf> | 1998-05-19 07:48:45 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-05-19 07:48:45 +0000 |
commit | f68625ea62475a9038d143293bb2f2d09dc8e760 (patch) | |
tree | a04c1a241ea44bd3f78fe60e09062eb3d1e1a51b /graphics | |
parent | 09b38fda7ce62824c795db4100046eb338979a1b (diff) | |
download | pkgsrc-f68625ea62475a9038d143293bb2f2d09dc8e760.tar.gz |
Add missing CAT1=xfig.0.
Diffstat (limited to 'graphics')
-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 |