diff options
author | pav <pav@FreeBSD.org> | 2007-01-31 14:07:59 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-31 14:07:59 +0000 |
commit | e2f15954f8960a944e8d5b2c28982257d8c6e91f (patch) | |
tree | e5482b9108c459fc4f4cd991ab10f7b31c6d2ab7 /sysutils/livecd | |
parent | dbbdc32fe3b192f560ba7c4cb73366f3e78757a5 (diff) | |
download | FreeBSD-ports-e2f15954f8960a944e8d5b2c28982257d8c6e91f.zip FreeBSD-ports-e2f15954f8960a944e8d5b2c28982257d8c6e91f.tar.gz |
- Use new USE_CDRTOOLS variable
Tested on: pointyhat
Diffstat (limited to 'sysutils/livecd')
-rw-r--r-- | sysutils/livecd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/livecd/Makefile b/sysutils/livecd/Makefile index 9a1d246..d72e850 100644 --- a/sysutils/livecd/Makefile +++ b/sysutils/livecd/Makefile @@ -14,9 +14,8 @@ MASTER_SITES= http://www.primeirospassos.org/ MAINTAINER= ebrandi.home@uol.com.br COMMENT= Tool Set to create custom FreeBSD LiveCD -RUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/cdrtools - NO_BUILD= yes +USE_CDRTOOLS= yes MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" |