aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-03-31 19:56:19 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-03-31 19:56:19 +0000
commitda92dce43f7f4b5c90b2b1d3d0315d6e5672640a (patch)
tree5e6a7de8fba27c0f1467e3dc9c9deec27ddc12ac /databases
parentd52e405574443d85e84f0d5eeed878aaca7accb2 (diff)
downloadports-da92dce43f7f4b5c90b2b1d3d0315d6e5672640a.tar.gz
ports-da92dce43f7f4b5c90b2b1d3d0315d6e5672640a.zip
- Remove DESTDIR support from my ports as it is useless now. New implementation
is coming.
Notes
Notes: svn path=/head/; revision=188901
Diffstat (limited to 'databases')
-rw-r--r--databases/gdbm/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
index af7f87610186..0e5c683ca55b 100644
--- a/databases/gdbm/Makefile
+++ b/databases/gdbm/Makefile
@@ -40,8 +40,6 @@ pre-everything::
.endif
post-patch:
- @${REINPLACE_CMD} "s|prefix = @prefix@|prefix = ${TARGETDIR}|" \
- ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e "s|LIBS = @LIBS@ -lc|LIBS = @LIBS@|" \
-e "s|BINOWN = bin|BINOWN = root|" -e "s|BINGRP = bin|BINGRP = wheel|" \
-e "s|libgdbm.la libgdbm_compat.la|libgdbm.la libgdbm_compat.la gdbm.info|" \