=================================================================== RCS file: /cvs/ports/graphics/uniconvertor/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/graphics/uniconvertor/Makefile 2009/06/11 15:27:06 1.1 +++ ports/graphics/uniconvertor/Makefile 2010/02/10 07:32:48 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2009/06/11 14:27:06 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2010/02/10 07:32:48 yason Exp $ COMMENT = universal vector graphics translator @@ -11,7 +11,7 @@ #MAINTAINER = ??? -# GPLv2 +# GPLv2/LGPLv2 PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes @@ -28,5 +28,11 @@ post-patch: perl -pi -e 's,python,${MODPY_BIN},g' ${WRKSRC}/src/uniconv perl -pi -e 's,/usr/bin/python,${MODPY_BIN},g' ${WRKSRC}/src/__init__.py + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uniconvertor +.for i in COPYRIGHTS GNU_GPL_v2 GNU_LGPL_v2 + ${INSTALL_DATA} ${WRKSRC}/src/$i ${PREFIX}/share/doc/uniconvertor/ +.endfor .include