diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-12 01:48:29 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-12 01:48:29 +0000 |
commit | 82eb506c06e6f995d8935506cf15ca5797f133ea (patch) | |
tree | 721e16a19909db2017c0c2189d0bc07da8f7a113 /devel/ups-debug | |
parent | 1513d7f603269709db88547860de214a7389903a (diff) | |
download | ports-82eb506c06e6f995d8935506cf15ca5797f133ea.tar.gz ports-82eb506c06e6f995d8935506cf15ca5797f133ea.zip |
Notes
Diffstat (limited to 'devel/ups-debug')
-rw-r--r-- | devel/ups-debug/Makefile | 10 |
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> |