aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-23 02:05:04 +0800
committerbapt <bapt@FreeBSD.org>2013-09-23 02:05:04 +0800
commit4ab0594f63e38be08f045ae986deea85d9f8e781 (patch)
tree5ccc149311d24585961d9a2cf90f90b5de162a2d /sysutils
parent144134eb9b1691db727f497d0fe3e24da49605ee (diff)
downloadfreebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.gz
freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.zst
freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.zip
Fix NO_STAGE attribution
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fileschanged/Makefile2
-rw-r--r--sysutils/fusefs-cryptofs/Makefile2
-rw-r--r--sysutils/pessulus/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fileschanged/Makefile b/sysutils/fileschanged/Makefile
index 6bc1ad3c5ee0..58e9b755e3ce 100644
--- a/sysutils/fileschanged/Makefile
+++ b/sysutils/fileschanged/Makefile
@@ -14,6 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone \
help2man:${PORTSDIR}/misc/help2man
GNU_CONFIGURE= yes
+NO_STAGE= yes
USE_GMAKE= yes
USE_FAM= yes
CONFIGURE_ENV+= LIBS="-largp"
@@ -27,7 +28,6 @@ PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README
PLIST_FILES= bin/fileschanged
.if !defined(NOPORTDOCS)
-NO_STAGE= yes
post-install:
${MKDIR} ${DOCSDIR}
.for DOCFILE in ${PORTDOCS}
diff --git a/sysutils/fusefs-cryptofs/Makefile b/sysutils/fusefs-cryptofs/Makefile
index 5d35d4d02226..35600f589729 100644
--- a/sysutils/fusefs-cryptofs/Makefile
+++ b/sysutils/fusefs-cryptofs/Makefile
@@ -17,12 +17,12 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= fuse pkgconfig
+NO_STAGE= yes
PLIST_FILES= bin/cryptofs
.if !defined(NOPORTDOCS)
PORTDOCS= README cryptofs.conf
-NO_STAGE= yes
post-install:
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
diff --git a/sysutils/pessulus/Makefile b/sysutils/pessulus/Makefile
index c1050178b139..6d79c6e7d164 100644
--- a/sysutils/pessulus/Makefile
+++ b/sysutils/pessulus/Makefile
@@ -18,6 +18,7 @@ USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygnomedesktop
WANT_GNOME= yes
USE_PYTHON= yes
USES= gettext
+NO_STAGE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -26,7 +27,6 @@ DOCS= AUTHORS COPYING ChangeLog HACKING \
MAINTAINERS NEWS README TODO
.ifndef (NOPORTDOCS)
-NO_STAGE= yes
post-install:
@${MKDIR} ${DOCSDIR}
.for i in ${DOCS}