aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2013-09-21 19:06:03 +0800
committerdinoex <dinoex@FreeBSD.org>2013-09-21 19:06:03 +0800
commit2b046d64117ade41e336404023c6f8150293fc4a (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /sysutils
parenta68540824c2afc9f423babe69b1494598b151be9 (diff)
downloadfreebsd-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 'sysutils')
-rw-r--r--sysutils/dupmerge/Makefile3
-rw-r--r--sysutils/ua/Makefile3
-rw-r--r--sysutils/zidrav/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/dupmerge/Makefile b/sysutils/dupmerge/Makefile
index 84a7bd22c6f1..6054e1d4a3d6 100644
--- a/sysutils/dupmerge/Makefile
+++ b/sysutils/dupmerge/Makefile
@@ -9,6 +9,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Searches for files with equal content
+NO_STAGE= yes
+
USE_ZIP= yes
MAKE_FLAGS=
MAKEFILE=
@@ -17,7 +19,6 @@ ALL_TARGET= dupmerge
PLIST_FILES= bin/dupmerge
PORTDOCS= readme.txt
-NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dupmerge ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
diff --git a/sysutils/ua/Makefile b/sysutils/ua/Makefile
index 28b32b8343b9..84f1eab9e8ef 100644
--- a/sysutils/ua/Makefile
+++ b/sysutils/ua/Makefile
@@ -10,13 +10,14 @@ COMMENT= Finds sets of identical files
LICENSE= GPLv2
+NO_STAGE= yes
+
GNU_CONFIGURE= yes
MAN1= kua.1 ua.1
PLIST_FILES= bin/kua bin/ua
PORTDOCS= README
-NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
diff --git a/sysutils/zidrav/Makefile b/sysutils/zidrav/Makefile
index 7201ffab87f8..dd20b4d8a5aa 100644
--- a/sysutils/zidrav/Makefile
+++ b/sysutils/zidrav/Makefile
@@ -12,11 +12,12 @@ COMMENT= A file corruption detection and repair program
LICENSE= GPLv2
+NO_STAGE= yes
+
ALL_TARGET= zidrav
MAN1= zidrav.1
PLIST_FILES= bin/zidrav
-NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/zidrav ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/zidrav.1 ${MANPREFIX}/man/man1