aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dupmerge
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
commit1e3119b07ebe66367ead55242a47710e556bf383 (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /sysutils/dupmerge
parent0dea0192303406b3b949a31479a4264b58bafce6 (diff)
downloadports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz
ports-1e3119b07ebe66367ead55242a47710e556bf383.zip
Notes
Diffstat (limited to 'sysutils/dupmerge')
-rw-r--r--sysutils/dupmerge/Makefile3
1 files changed, 2 insertions, 1 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)