diff options
Diffstat (limited to 'databases/postgresql_autodoc/files/patch-Makefile')
-rw-r--r-- | databases/postgresql_autodoc/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/postgresql_autodoc/files/patch-Makefile b/databases/postgresql_autodoc/files/patch-Makefile new file mode 100644 index 000000000000..41ae691fd20f --- /dev/null +++ b/databases/postgresql_autodoc/files/patch-Makefile @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- Makefile.orig ++++ Makefile +@@ -2,7 +2,6 @@ + + # install configuration + DESTDIR = +-PREFIX = /usr/local + BINDIR = ${PREFIX}/bin + DATADIR = ${PREFIX}/share/postgresql_autodoc + |