diff options
-rw-r--r-- | databases/gdbm/Makefile | 3 | ||||
-rw-r--r-- | databases/gdbm/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index aa67f0969e09..3d0e0ae6931e 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -17,7 +17,8 @@ USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -.if defined(WITH_COMPAT) && ${WITH_COMPAT:L} != no + +.if defined(WITH_COMPAT) INSTALL_TARGET= install install-compat PLIST_SUB= GDBM_COMPAT="" .else diff --git a/databases/gdbm/pkg-plist b/databases/gdbm/pkg-plist index ee4a2e53b267..45d735bc12fc 100644 --- a/databases/gdbm/pkg-plist +++ b/databases/gdbm/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ include/gdbm.h %%GDBM_COMPAT%%include/dbm.h %%GDBM_COMPAT%%include/ndbm.h |