summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-03-27 17:28:41 +0000
committermharo <mharo@FreeBSD.org>2000-03-27 17:28:41 +0000
commitce3fe80a0c3b8aa4f55f0267febe0effdb8e7308 (patch)
tree3133c10d03fa539ce4ac2dbff02b4f968e2a852d /databases
parente5c9bbfbd04131016a8b8d63b14b2a3e0cda8a36 (diff)
downloadFreeBSD-ports-ce3fe80a0c3b8aa4f55f0267febe0effdb8e7308.zip
FreeBSD-ports-ce3fe80a0c3b8aa4f55f0267febe0effdb8e7308.tar.gz
remove a.out support
Approved by: maintainer
Diffstat (limited to 'databases')
-rw-r--r--databases/typhoon/Makefile9
-rw-r--r--databases/typhoon/pkg-descr1
-rw-r--r--databases/typhoon/pkg-plist6
3 files changed, 5 insertions, 11 deletions
diff --git a/databases/typhoon/Makefile b/databases/typhoon/Makefile
index 3556683..36ec085 100644
--- a/databases/typhoon/Makefile
+++ b/databases/typhoon/Makefile
@@ -22,15 +22,10 @@ MAN3=d_close.3 d_crget.3 d_crread.3 d_crset.3 d_dbdpath.3 d_dbfpath.3 \
d_recwrite.3 d_setfiles.3
MAN1=ddlp.1
-.include <bsd.port.pre.mk>
-
post-install:
@${MKDIR} ${PREFIX}/share/typhoon
@${INSTALL_DATA} ${WRKSRC}/man/manual.asc ${PREFIX}/share/typhoon
@${INSTALL_DATA} ${WRKSRC}/include/environ.h ${WRKSRC}/include/typhoon.h ${PREFIX}/include
-.if ${PORTOBJFORMAT} == "aout"
- ${LN} -sf libtyphoon.so.1.10 ${PREFIX}/lib/libtyphoon.so
-.endif
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+ @${LDCONFIG} -m ${PREFIX}/lib
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/databases/typhoon/pkg-descr b/databases/typhoon/pkg-descr
index f6ef403..6dcfcf0 100644
--- a/databases/typhoon/pkg-descr
+++ b/databases/typhoon/pkg-descr
@@ -8,4 +8,3 @@ The system was originally inspired by Raima's db_VISTA (today Raima Data
Manager) but is relational rather than network based. Typhoon lacks some of
db_VISTA's features, but also contains a number of nice features not found in
db_VISTA.
-
diff --git a/databases/typhoon/pkg-plist b/databases/typhoon/pkg-plist
index 7fadbfd..d8672ad 100644
--- a/databases/typhoon/pkg-plist
+++ b/databases/typhoon/pkg-plist
@@ -6,8 +6,8 @@ include/environ.h
include/typhoon.h
lib/libtyphoon.a
lib/libtyphoon.so
-lib/libtyphoon.so.1.10
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
+lib/libtyphoon.so.1
+@exec /sbin/ldconfig -m %B
+@unexec /sbin/ldconfig -R
share/typhoon/manual.asc
@dirrm share/typhoon
OpenPOWER on IntegriCloud