aboutsummaryrefslogtreecommitdiff
path: root/devel/spin/Makefile
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-05-23 11:46:19 +0000
committerSimon Barner <barner@FreeBSD.org>2005-05-23 11:46:19 +0000
commit7ff31f4252370225e9f2d061dcd07aa4cb46564d (patch)
tree065878b9bfcc20039ae56268a09fe55e7edd6a39 /devel/spin/Makefile
parent13dbf6a820d10a980231741303ec01c160e5abd2 (diff)
downloadports-7ff31f4252370225e9f2d061dcd07aa4cb46564d.tar.gz
ports-7ff31f4252370225e9f2d061dcd07aa4cb46564d.zip
Notes
Diffstat (limited to 'devel/spin/Makefile')
-rw-r--r--devel/spin/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/spin/Makefile b/devel/spin/Makefile
index 437908b4261a..cd961b1561be 100644
--- a/devel/spin/Makefile
+++ b/devel/spin/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= spin
-PORTVERSION= 4.2.4
+PORTVERSION= 4.2.5
CATEGORIES= devel
MASTER_SITES= http://spinroot.com/spin/Src/
DISTNAME= spin${PORTVERSION:S/.//g}
@@ -21,7 +21,7 @@ OPTIONS= XSPIN "Install xspin and TCL/Tk dependency" on
.if !defined(WITHOUT_XSPIN)
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
PLIST_SUB+= XSPIN=""
-XSPIN_TCL = ${WRKDIR}/Xspin4.2/xspin423.tcl
+XSPIN_TCL =${WRKDIR}/Xspin4.2/xspin423.tcl
.else
PLIST_SUB+= XSPIN="@comment "
.endif
@@ -33,9 +33,6 @@ ALL_TARGET= spin
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNXT"
USE_REINPLACE= yes
-MANPAGE_WRKSRC= ${WRKDIR}/Man
-MAN1= spin.1
-
post-extract:
@cd ${WRKDIR}/Test && ${SH} ${WRKDIR}/Test/examples
@@ -71,6 +68,9 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/Test/$i ${DOCSDIR}/Test
.endfor
${INSTALL_MAN} ${WRKDIR}/Man/spin.1 ${PREFIX}/man/man1
+
+MANPAGE_WRKSRC= ${WRKDIR}/Man
+MAN1= spin.1
.endif
.include <bsd.port.post.mk>