Rename REQ.aout to pkg-req.aout.

This commit is contained in:
Satoshi Asami 2000-10-08 06:34:00 +00:00
parent db0f44e08b
commit 4e23d73e50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33550
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ RESTRICTED= "Contains strong cryptography"
.if (${ARCH} == "i386") && !defined(USE_LINUX_LIB) && !defined(WITHOUT_AOUT)
USE_AOUT_LIB= yes
PKGREQ= ${MASTERDIR}/pkg/REQ.aout
PKGREQ= ${MASTERDIR}/pkg-req.aout
RUN_DEPENDS+= ${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs
.endif

View File

@ -61,7 +61,7 @@ RESTRICTED= "Contains strong cryptography"
.if (${ARCH} == "i386") && !defined(USE_LINUX_LIB) && !defined(WITHOUT_AOUT)
USE_AOUT_LIB= yes
PKGREQ= ${MASTERDIR}/pkg/REQ.aout
PKGREQ= ${MASTERDIR}/pkg-req.aout
RUN_DEPENDS+= ${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs
.endif