aboutsummaryrefslogtreecommitdiff
path: root/sysutils/diskprep/Makefile
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2005-09-14 18:57:06 +0000
committerBrooks Davis <brooks@FreeBSD.org>2005-09-14 18:57:06 +0000
commit9ace3426feb8bda7fcd883020bf8bf8882d0df55 (patch)
treee7db866cc0cca4fcaf768db046efcb0c192c1a8e /sysutils/diskprep/Makefile
parent9bbd0076e8a372a20431deef4e5346a72cf209b7 (diff)
downloadports-9ace3426feb8bda7fcd883020bf8bf8882d0df55.tar.gz
ports-9ace3426feb8bda7fcd883020bf8bf8882d0df55.zip
Setting USE_RCORDER to an undefined variable means nothing happens. Set
it to PORTNAME not NAME so we actually install the helper script.
Notes
Notes: svn path=/head/; revision=142740
Diffstat (limited to 'sysutils/diskprep/Makefile')
-rw-r--r--sysutils/diskprep/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/diskprep/Makefile b/sysutils/diskprep/Makefile
index 1c1e21feff4a..25118aa3f801 100644
--- a/sysutils/diskprep/Makefile
+++ b/sysutils/diskprep/Makefile
@@ -7,6 +7,7 @@
PORTNAME= diskprep
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://people.freebsd.org/~brooks/diskprep/
@@ -17,7 +18,7 @@ USE_BZIP2= yes
USE_PERL5_RUN= yes
MAKE_ENV+= EXAMPLESDIR=${EXAMPLESDIR}
-USE_RCORDER= ${NAME}
+USE_RCORDER= ${PORTNAME}
MAN8= diskprep.8
MANCOMPRESSED= yes