aboutsummaryrefslogtreecommitdiff
path: root/devel/ups-debug
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-12 01:48:29 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-12 01:48:29 +0000
commit82eb506c06e6f995d8935506cf15ca5797f133ea (patch)
tree721e16a19909db2017c0c2189d0bc07da8f7a113 /devel/ups-debug
parent1513d7f603269709db88547860de214a7389903a (diff)
downloadports-82eb506c06e6f995d8935506cf15ca5797f133ea.tar.gz
ports-82eb506c06e6f995d8935506cf15ca5797f133ea.zip
Notes
Diffstat (limited to 'devel/ups-debug')
-rw-r--r--devel/ups-debug/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/ups-debug/Makefile b/devel/ups-debug/Makefile
index 03eb45e19595..b6a019a756c3 100644
--- a/devel/ups-debug/Makefile
+++ b/devel/ups-debug/Makefile
@@ -28,17 +28,15 @@ ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 500000
-BROKEN= "Does not compile on 5.X"
+.if ${OSVERSION} >= 500000
+IGNORE= "does not currently support FreeBSD 5.x"
.endif
post-install:
+ @${INSTALL_DATA} ${WRKSRC}/Ups ${X11BASE}/lib/X11/app-defaults
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
+ @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
- ${INSTALL_DATA} ${WRKSRC}/Ups ${X11BASE}/lib/X11/app-defaults
.include <bsd.port.post.mk>