fix unescaped {}

This commit is contained in:
sthen 2022-11-30 11:51:27 +00:00
parent 8cecaa7732
commit ad24d4ea51
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ DISTNAME= Acme-Cow-0.2
MODULES= cpan
PKGNAME= cowsay-0.2
EPOCH= 0
REVISION= 0
REVISION= 1
CATEGORIES= games
@ -18,6 +18,6 @@ RUN_DEPENDS= textproc/p5-Text-Template
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/cows
${INSTALL_DATA} ${WRKSRC}/cows/* ${PREFIX}/share/cows
${INSTALL_DATA} ${WRKSRC}/cows/*.cow ${PREFIX}/share/cows
.include <bsd.port.mk>