diff options
author | petef <petef@FreeBSD.org> | 2003-05-11 11:18:17 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-11 11:18:17 +0800 |
commit | f2f0e9bdc169aaea5c518bdd14999362d657be59 (patch) | |
tree | 99a214abe81ac6afbe50bef7bda701c5be3ef395 /databases/firebird-server/Makefile | |
parent | 1df9b391995cd87f2c522d475e83a9d4ad42c679 (diff) | |
download | freebsd-ports-gnome-f2f0e9bdc169aaea5c518bdd14999362d657be59.tar.gz freebsd-ports-gnome-f2f0e9bdc169aaea5c518bdd14999362d657be59.tar.zst freebsd-ports-gnome-f2f0e9bdc169aaea5c518bdd14999362d657be59.zip |
- unbreak: fix pkg-install not to create a /usr/interbase symlink
- strongly suggest manually creating the symlink in pkg-message
PR: 51712
Submitted by: maintainer
Diffstat (limited to 'databases/firebird-server/Makefile')
-rw-r--r-- | databases/firebird-server/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile index 3e4f87d5e47f..c6d4c5075de0 100644 --- a/databases/firebird-server/Makefile +++ b/databases/firebird-server/Makefile @@ -18,8 +18,6 @@ DISTFILES= bootkit-1.0.2.908.tar.gz \ MAINTAINER= chris@aims.com.au COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) -BROKEN= "Installs files in /usr/interbase" - WRKSRC= ${WRKDIR}/firebird-1.0.2.908 INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/firebird/lib |