- STAGEDIR support.
- s/CONFLICTS/CONFLICTS_INSTALL/.
This commit is contained in:
parent
9bcb3dfe4c
commit
c0998b8cc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347878
@ -18,7 +18,7 @@ NO_BUILD= yes
|
||||
DEFAULTPAPERSIZE?= a4
|
||||
.for P in a4 letter
|
||||
.if ${DEFAULTPAPERSIZE:L:M${P}} != ${P}
|
||||
CONFLICTS+= papersize-default-${P}-[0-9]*
|
||||
CONFLICTS_INSTALL+= papersize-default-${P}-[0-9]*
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
|
@ -4,5 +4,4 @@
|
||||
MASTERDIR= ${.CURDIR}/../../print/papersize-default-a4
|
||||
DEFAULTPAPERSIZE= letter
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user