diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-11 21:22:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-11 21:22:47 +0000 |
commit | 5df7030d8f1fa8fe9f10b1e86681fb08d758074b (patch) | |
tree | aade4c2c66b77c3c8853d86fbd8ae2de225c6f03 /databases/firebird20-client/Makefile | |
parent | f6b2369b5b77d60e1ae9a24b75c42defddfd676f (diff) | |
download | ports-5df7030d8f1fa8fe9f10b1e86681fb08d758074b.tar.gz ports-5df7030d8f1fa8fe9f10b1e86681fb08d758074b.zip |
Notes
Diffstat (limited to 'databases/firebird20-client/Makefile')
-rw-r--r-- | databases/firebird20-client/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/databases/firebird20-client/Makefile b/databases/firebird20-client/Makefile deleted file mode 100644 index b0c66cfb6d50..000000000000 --- a/databases/firebird20-client/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Sergey Skvortsov <skv@protey.ru> -# $FreeBSD$ - -PORTNAME= firebird -PORTREVISION= 0 -PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client - -COMMENT= Firebird-2 database client - -MASTERDIR= ${.CURDIR}/../firebird20-server - -PLIST= ${PKGDIR}/pkg-plist.client - -CLIENT_ONLY= yes - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" |