mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix a package building problem on Alpha and fix a bad copy'n'paste.
Submitted by: bento (via kris)
This commit is contained in:
parent
7f0fec070d
commit
5dd3fb4432
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78778
2 changed files with 4 additions and 4 deletions
|
@ -83,7 +83,6 @@ MAN4= citron.4 \
|
|||
microtouch.4 \
|
||||
mouse.4 \
|
||||
mutouch.4 \
|
||||
nsc.4 \
|
||||
nv.4 \
|
||||
r128.4 \
|
||||
radeon.4 \
|
||||
|
@ -121,7 +120,7 @@ PLIST_SUB+= ALPHA_NA=""
|
|||
MAN1+= scanpci.1
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == alpha
|
||||
.if ${ARCH} == ia64
|
||||
PLIST_SUB+= IA64_NA="@comment "
|
||||
.else
|
||||
PLIST_SUB+= IA64_NA=""
|
||||
|
@ -143,6 +142,7 @@ MAN4+= apm.4 \
|
|||
i740.4 \
|
||||
i810.4 \
|
||||
neomagic.4 \
|
||||
nsc.4 \
|
||||
sis.4 \
|
||||
trident.4 \
|
||||
tseng.4 \
|
||||
|
|
|
@ -83,7 +83,6 @@ MAN4= citron.4 \
|
|||
microtouch.4 \
|
||||
mouse.4 \
|
||||
mutouch.4 \
|
||||
nsc.4 \
|
||||
nv.4 \
|
||||
r128.4 \
|
||||
radeon.4 \
|
||||
|
@ -121,7 +120,7 @@ PLIST_SUB+= ALPHA_NA=""
|
|||
MAN1+= scanpci.1
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == alpha
|
||||
.if ${ARCH} == ia64
|
||||
PLIST_SUB+= IA64_NA="@comment "
|
||||
.else
|
||||
PLIST_SUB+= IA64_NA=""
|
||||
|
@ -143,6 +142,7 @@ MAN4+= apm.4 \
|
|||
i740.4 \
|
||||
i810.4 \
|
||||
neomagic.4 \
|
||||
nsc.4 \
|
||||
sis.4 \
|
||||
trident.4 \
|
||||
tseng.4 \
|
||||
|
|
Loading…
Add table
Reference in a new issue