diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-08 09:21:41 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-08 09:21:41 +0000 |
commit | 659d41a5f33fd5fbb0389546db19772f7735567f (patch) | |
tree | 24d1b1110d191d69c5ecb7e4d4a33ec34f20df70 /cad/spice/Makefile | |
parent | 91cd48e9d9aa958f9e67295a0094dbf204d3917e (diff) |
Notes
Diffstat (limited to 'cad/spice/Makefile')
-rw-r--r-- | cad/spice/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 2622d79dd877..93dec2027730 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Mar 96 # Whom: Julian Jenkins <kaveman@magna.com.au> # -# $Id: Makefile,v 1.8 1997/01/31 08:23:06 tg Exp $ +# $Id: Makefile,v 1.9 1997/10/22 07:04:48 tg Exp $ # DISTNAME= sp3f4.kit @@ -25,10 +25,10 @@ MAN1= sconvert.1 nutmeg.1 spice.1 MAN3= mfb.3 MAN5= mfbcap.5 -.if !defined(NOPORTDOCS) post-install: - ${MKDIR} ${PREFIX}/share/examples/spice - ${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${PREFIX}/share/examples/spice +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/examples/spice3 + ${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${PREFIX}/share/examples/spice3 .endif .include <bsd.port.mk> |