aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgdbf
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-14 23:01:00 +0800
committermiwi <miwi@FreeBSD.org>2014-02-14 23:01:00 +0800
commit6830d02c7785ad5709782e434f5c69019308ecbe (patch)
tree33070c9bd9cad0dfa95ce6b467485c4440fdf899 /databases/pgdbf
parent7bb39ab4f489fc46d7c995ce34e2a7080d539da6 (diff)
downloadfreebsd-ports-gnome-6830d02c7785ad5709782e434f5c69019308ecbe.tar.gz
freebsd-ports-gnome-6830d02c7785ad5709782e434f5c69019308ecbe.tar.zst
freebsd-ports-gnome-6830d02c7785ad5709782e434f5c69019308ecbe.zip
- Stage support
Diffstat (limited to 'databases/pgdbf')
-rw-r--r--databases/pgdbf/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/pgdbf/Makefile b/databases/pgdbf/Makefile
index 177415e15b4e..a9a954b72272 100644
--- a/databases/pgdbf/Makefile
+++ b/databases/pgdbf/Makefile
@@ -12,17 +12,14 @@ COMMENT= Convert XBase / FoxPro tables to PostgreSQL
LICENSE= GPLv3
USE_XZ= yes
-
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
-MAN1= pgdbf.1
-
PLIST_FILES= bin/pgdbf \
- %%DOCSDIR%%/README
+ %%DOCSDIR%%/README \
+ man/man1/pgdbf.1.gz
PLIST_DIRS= %%DOCSDIR%%
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"