39cff0955c
- clean the Makefile, update license notes - use MODULES=devel/gettext - fix pkgconfig file - regen PLIST joint work with/ok ajacoutot@. maintainer timed out.
17 lines
903 B
Plaintext
17 lines
903 B
Plaintext
$OpenBSD: patch-samples_Makefile_in,v 1.3 2009/07/17 10:45:05 sthen Exp $
|
|
--- samples/Makefile.in.orig Mon Mar 17 22:28:23 2008
|
|
+++ samples/Makefile.in Mon Mar 17 22:28:35 2008
|
|
@@ -573,9 +573,9 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am
|
|
|
|
|
|
install-exec-hook:
|
|
- $(mkinstalldirs) ${DESTDIR}${pkgdatadir}/samples
|
|
- cp $(srcdir)/iodbctest.c ${DESTDIR}${pkgdatadir}/samples/iodbctest.c
|
|
- cp $(srcdir)/Makefile.sample ${DESTDIR}${pkgdatadir}/samples/Makefile
|
|
+ $(mkinstalldirs) ${DESTDIR}${datadir}/examples/iodbc
|
|
+ cp $(srcdir)/iodbctest.c ${DESTDIR}${datadir}/examples/iodbc/iodbctest.c
|
|
+ cp $(srcdir)/Makefile.sample ${DESTDIR}${datadir}/examples/iodbc/Makefile
|
|
@DARWIN_TRUE@ -/usr/bin/lipo ${DESTDIR}${bindir}/iodbctest -remove ppc64 -output ${DESTDIR}${bindir}/iodbctest
|
|
@DARWIN_TRUE@ -/usr/bin/lipo ${DESTDIR}${bindir}/iodbctestw -remove ppc64 -output ${DESTDIR}${bindir}/iodbctestw
|
|
|