diff options
Diffstat (limited to 'print/acroread4/Makefile')
-rw-r--r-- | print/acroread4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile index 3c6aa0aecbdf..ec63cb3b676b 100644 --- a/print/acroread4/Makefile +++ b/print/acroread4/Makefile @@ -44,7 +44,7 @@ pre-configure: @${PERL} -pi.fbsd -e 's:Linux\):FreeBSD|Linux):g' ${WRKSRC}/INSTALL .elif ${ARCH} == "alpha" @${PERL} -pi.fbsd -e 's:OSF1\):FreeBSD|OSF1):g' ${WRKSRC}/INSTALL - ${SED} -e 's/@comment ALPHA-ONLY://g' ${PKGDIR}/PLIST > ${PLIST} + ${SED} -e 's/@comment ALPHA-ONLY://g' ${PKGDIR}/pkg-plist > ${PLIST} .endif do-build: |