diff options
-rw-r--r-- | print/pkfonts300/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile index 0b84dca6a1da..4b6e1249d1ae 100644 --- a/print/pkfonts300/Makefile +++ b/print/pkfonts300/Makefile @@ -16,7 +16,7 @@ DISTFILES= pk${RESOLUTION}.tar.gz DIST_SUBDIR= pkfonts EXTRACT_ONLY= # extracted directly in install target NO_BUILD= yes -PLIST= ${PKGDIR}/${RESOLUTION}.list +PLIST= ${PKGDIR}/pkg-plist.${RESOLUTION} .if !defined(RESOLUTION) RESOLUTION= 300 |