diff options
author | brooks <brooks@FreeBSD.org> | 2005-09-15 02:57:06 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-09-15 02:57:06 +0800 |
commit | 62adebca1bfcda79980b9dc976b890cded3ce969 (patch) | |
tree | 2b2c107eab4d0c1ae1da375a4e2c2eeb432e9a12 /sysutils/diskprep | |
parent | b221bf9d576fcced72e05857d7ffaacf553181e1 (diff) | |
download | freebsd-ports-gnome-62adebca1bfcda79980b9dc976b890cded3ce969.tar.gz freebsd-ports-gnome-62adebca1bfcda79980b9dc976b890cded3ce969.tar.zst freebsd-ports-gnome-62adebca1bfcda79980b9dc976b890cded3ce969.zip |
Setting USE_RCORDER to an undefined variable means nothing happens. Set
it to PORTNAME not NAME so we actually install the helper script.
Diffstat (limited to 'sysutils/diskprep')
-rw-r--r-- | sysutils/diskprep/Makefile | 3 |
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 |