diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-03-05 09:50:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-03-05 09:50:37 +0000 |
commit | 71f3231c7e262ee98704dc62b9c685c8f50b89be (patch) | |
tree | 02ccd39a1d19f88bc4362f8b91a8c290b020ab6c /textproc/sp/Makefile | |
parent | b6b17508dc2e36238854777112f5842bb13a93cc (diff) |
Notes
Diffstat (limited to 'textproc/sp/Makefile')
-rw-r--r-- | textproc/sp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile index ed60836a3ede..e2f906b095b8 100644 --- a/textproc/sp/Makefile +++ b/textproc/sp/Makefile @@ -15,12 +15,6 @@ MAINTAINER= chuckr@FreeBSD.org USE_SUBMAKE= yes INSTALLS_SHLIB= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500035 -BROKEN= "Does not compile on 5.0" -.endif - post-install: $(MKDIR) $(PREFIX)/include/sp $(MKDIR) $(PREFIX)/share/doc/sp @@ -28,4 +22,4 @@ post-install: for file in $(WRKSRC)/include/*;do $(INSTALL_DATA) $$file $(PREFIX)/include/sp;done for file in $(WRKSRC)/doc/*;do $(INSTALL_DATA) $$file $(PREFIX)/share/doc/sp;done -.include <bsd.port.post.mk> +.include <bsd.port.mk> |