aboutsummaryrefslogtreecommitdiff
path: root/devel/fnorb/Makefile
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-01-24 14:43:02 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-01-24 14:43:02 +0000
commit8cb1a9c8efeb8ea2c4adbf350ccb30142d290665 (patch)
tree0c3e77de338dbb74d0f5dcff82923b4e3189aef6 /devel/fnorb/Makefile
parentb5a0459025d5995a7a0f42d5d78dc00d96ce4ae7 (diff)
downloadports-8cb1a9c8efeb8ea2c4adbf350ccb30142d290665.tar.gz
ports-8cb1a9c8efeb8ea2c4adbf350ccb30142d290665.zip
Notes
Diffstat (limited to 'devel/fnorb/Makefile')
-rw-r--r--devel/fnorb/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/fnorb/Makefile b/devel/fnorb/Makefile
index 1e6e1038c9f2..9e2a34b9e97d 100644
--- a/devel/fnorb/Makefile
+++ b/devel/fnorb/Makefile
@@ -7,16 +7,14 @@
PORTNAME= fnorb
PORTVERSION= 1.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= devel python
-MASTER_SITES= http://www.fnorb.org/download/ \
- ftp://ftp.dstc.edu.au/DSTC/fnorb/
+MASTER_SITES= http://www.fnorb.org/download/
MAINTAINER= wjv@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
-NO_CDROM= Free for academic, research and non-commercial purposes only
WRKSRC= ${WRKDIR}/Fnorb-${PORTVERSION}
BUILD_WRKSRC= ${WRKSRC}/src
INSTALL_WRKSRC= ${BUILD_WRKSRC}
@@ -25,7 +23,6 @@ ALL_TARGET=
CPIO= cpio --quiet -pdum -R
FNORB_DIR= ${PREFIX}/lib/${PYTHON_VERSION}/site-packages/Fnorb
-EXAMPLESDIR= ${PREFIX}/share/examples/fnorb
FNORB_BINS= fnaming fnendian fnfeed fngen fnidl fnifr fnior fnlogger \
fnmetrics fnmkior fnoptions fnping
@@ -54,10 +51,10 @@ post-install:
| ${CPIO} ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
@ ${MKDIR} ${DOCSDIR}
@ cd ${WRKSRC}/doc && find . \
- | ${CPIO} ${MANOWN}:${MANGRP} ${DOCSDIR}
+ | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
@ ${CHMOD} -R u-x ${DOCSDIR} && ${CHMOD} -R u+X ${DOCSDIR}
.for file in ANNOUNCE CHANGES README LICENSE.HTML
- @ ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif