diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-01 03:56:19 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-01 03:56:19 +0800 |
commit | 1229782f69da6f5de28e93edd167fa49a51bdf50 (patch) | |
tree | 47a3d2cee4e1393b90060c5fd9a23a144ae0f946 /databases | |
parent | 2351f6995d0d4d0810b4aae13d99fbf9892aace3 (diff) | |
download | freebsd-ports-gnome-1229782f69da6f5de28e93edd167fa49a51bdf50.tar.gz freebsd-ports-gnome-1229782f69da6f5de28e93edd167fa49a51bdf50.tar.zst freebsd-ports-gnome-1229782f69da6f5de28e93edd167fa49a51bdf50.zip |
- Remove DESTDIR support from my ports as it is useless now. New implementation
is coming.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gdbm/Makefile | 2 |
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|" \ |