mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Port is stage safe
This commit is contained in:
parent
1dc8933449
commit
e5bc9c14c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357715
@ -17,7 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
MAN1= acidrip.1
|
||||
|
||||
.if defined(WITH_DVD_DEVICE)
|
||||
DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
|
||||
@ -25,7 +24,6 @@ DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
|
||||
DEFAULT_DVD_DEVICE=/dev/acd0
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-everything::
|
||||
.if !defined(WITH_DVD_DEVICE)
|
||||
@${ECHO_MSG} "===> The default DVD device is ${DEFAULT_DVD_DEVICE}"
|
||||
|
@ -5,5 +5,6 @@ bin/acidrip
|
||||
%%SITE_PERL%%/AcidRip/messages.pm
|
||||
%%SITE_PERL%%/AcidRip/signals.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AcidRip/.packlist
|
||||
man/man1/acidrip.1.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AcidRip
|
||||
@dirrm %%SITE_PERL%%/AcidRip
|
||||
|
Loading…
Reference in New Issue
Block a user