=================================================================== RCS file: /cvs/ports/devel/ode/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ports/devel/ode/Attic/Makefile 2008/12/10 12:07:29 1.3 +++ ports/devel/ode/Attic/Makefile 2008/12/10 13:24:46 1.4 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2008/12/10 12:07:29 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2008/12/10 13:24:46 yason Exp $ COMMENT = high performance library for simulating rigid body dynamics SHARED_LIBS = ode 1.0 @@ -11,7 +11,7 @@ MAINTAINER = Kirill S. Bychkov -# BSD +# GPLv2 PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes @@ -22,5 +22,10 @@ CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --enable-shared WANTLIB = m pthread + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ode + ${INSTALL_DATA} ${WRKSRC}/LICENSE.TXT ${PREFIX}/share/doc/ode/LICENSE + ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/ode/README .include