aboutsummaryrefslogtreecommitdiffstats
path: root/cad/spice/Makefile
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2011-07-29 05:58:16 +0800
committerzi <zi@FreeBSD.org>2011-07-29 05:58:16 +0800
commit920b61d9caa5f44b1191832fdc6ae78675e3dba6 (patch)
tree2a2a58408db16577160b31d4ef86400010154655 /cad/spice/Makefile
parent4ed9dc961b0619b8f0b6174ff20cbbd8b20dfcb7 (diff)
downloadfreebsd-ports-gnome-920b61d9caa5f44b1191832fdc6ae78675e3dba6.tar.gz
freebsd-ports-gnome-920b61d9caa5f44b1191832fdc6ae78675e3dba6.tar.zst
freebsd-ports-gnome-920b61d9caa5f44b1191832fdc6ae78675e3dba6.zip
Fix build under clang [1]
Add LICENSE Fix usage of PORTDOCS in plist, no bump required PR: ports/159173 Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1] Approved by: tabthorpe (mentor)
Diffstat (limited to 'cad/spice/Makefile')
-rw-r--r--cad/spice/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile
index 3e3dc58144eb..594721aaa885 100644
--- a/cad/spice/Makefile
+++ b/cad/spice/Makefile
@@ -18,6 +18,8 @@ EXTRACT_ONLY= spice3f5${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A general-purpose circuit simulation program
+LICENSE= BSD
+
WRKSRC= ${WRKDIR}/${PORTNAME}3f5
MAN1= sconvert.1 nutmeg.1 spice.1
MAN3= mfb.3
@@ -52,8 +54,8 @@ post-install:
${MKDIR} ${DOCSDIR}
${CAT} ${DISTDIR}/${DIST_SUBDIR}/*.ps > ${DOCSDIR}/spice3f3.ps
${GZIP_CMD} ${DOCSDIR}/*.ps
+.endif
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${EXAMPLESDIR}
-.endif
.include <bsd.port.post.mk>