diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-27 17:29:43 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-27 17:29:43 +0000 |
commit | bb8018ce470ff28d76d14c75946f6a6bcab9aa2c (patch) | |
tree | 452ed9ceb0bae0d395fe4d77eca8fdbad927b7e8 /graphics/Cgraph/Makefile | |
parent | remove a.out support (diff) |
remove a.out support
Reviewed by: maintainer
Diffstat (limited to 'graphics/Cgraph/Makefile')
-rw-r--r-- | graphics/Cgraph/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/Cgraph/Makefile b/graphics/Cgraph/Makefile index 6926eb72a418..ddbb76c54ad0 100644 --- a/graphics/Cgraph/Makefile +++ b/graphics/Cgraph/Makefile @@ -15,8 +15,6 @@ MAINTAINER= tobez@plab.ku.dk WRKSRC= ${WRKDIR}/Cgraph/source -.include <bsd.port.pre.mk> - post-extract: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile @@ -33,9 +31,6 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/../examples/loglog/TFopt-lrLog.c ${PREFIX}/share/examples/cgraph @${INSTALL_DATA} ${WRKSRC}/../examples/loglog/TFampspect.dat ${PREFIX}/share/examples/cgraph .endif -.if ${PORTOBJFORMAT} == "aout" - @${LN} -sf libcgraph.so.2.4 ${PREFIX}/lib/libcgraph.so -.endif - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + @${LDCONFIG} -m ${PREFIX}/lib -.include <bsd.port.post.mk> +.include <bsd.port.mk> |