diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-09-21 19:06:03 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-09-21 19:06:03 +0800 |
commit | 2b046d64117ade41e336404023c6f8150293fc4a (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /databases | |
parent | a68540824c2afc9f423babe69b1494598b151be9 (diff) | |
download | freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.gz freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.zst freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.zip |
- fix misplaced NO_STAGE in slaveports and ifdefs
Diffstat (limited to 'databases')
-rw-r--r-- | databases/animenfo-client-gtk/Makefile | 3 | ||||
-rw-r--r-- | databases/animenfo-client/Makefile | 3 | ||||
-rw-r--r-- | databases/phppgadmin/Makefile | 3 | ||||
-rw-r--r-- | databases/ruby-mysql/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/databases/animenfo-client-gtk/Makefile b/databases/animenfo-client-gtk/Makefile index b09d49e39147..03552db1e4ec 100644 --- a/databases/animenfo-client-gtk/Makefile +++ b/databases/animenfo-client-gtk/Makefile @@ -14,6 +14,8 @@ COMMENT= AnimeNfo client with GTK support LICENSE= GPLv2 +NO_STAGE= yes + USES= pkgconfig gettext USE_GMAKE= yes USE_GNOME= gtk20 @@ -23,5 +25,4 @@ CFLAGS+= ${CPPFLAGS} LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/animenfo-client-gtk -NO_STAGE= yes .include <bsd.port.mk> diff --git a/databases/animenfo-client/Makefile b/databases/animenfo-client/Makefile index f8a8b2dc68b1..d1bce3e0e1a7 100644 --- a/databases/animenfo-client/Makefile +++ b/databases/animenfo-client/Makefile @@ -13,10 +13,11 @@ COMMENT= AnimeNfo client LICENSE= GPLv2 +NO_STAGE= yes + USE_GMAKE= yes PLIST_FILES= bin/animenfo-client -NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/animenfo-client ${PREFIX}/bin/ diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index df046d348985..ecef8d1bc399 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -12,6 +12,8 @@ COMMENT= Web Based Postgres Administration LICENSE= GPLv2 +NO_STAGE= yes + USE_BZIP2= YES .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= pgsql pcre session @@ -22,7 +24,6 @@ PLIST_SUB+= PGADMDIR=${PGADMDIR} PGADMOLDDIR?= www/data-dist/phpPgAdmin PLIST_SUB+= PGADMOLDDIR=${PGADMOLDDIR} -NO_STAGE= yes pre-everything:: @${ECHO_CMD} "# you can customize the installation directory" @${ECHO_CMD} "# by setting PGADMDIR in /etc/make.conf" diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile index 6e7970ebdd9a..568a928f1fbc 100644 --- a/databases/ruby-mysql/Makefile +++ b/databases/ruby-mysql/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby module for accessing MySQL databases with a C API like interface +NO_STAGE= yes + USE_MYSQL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes @@ -23,7 +25,6 @@ INSTALL_TARGET= site-install PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/mysql.so -NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) |