aboutsummaryrefslogtreecommitdiffstats
path: root/misc/pantry/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/pantry/Makefile')
-rw-r--r--misc/pantry/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/pantry/Makefile b/misc/pantry/Makefile
index 38b22a69b12d..8ba84556c2ad 100644
--- a/misc/pantry/Makefile
+++ b/misc/pantry/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pantry
PORTVERSION= 0.${DISTVERSION}
-DISTVERSION= 18
+DISTVERSION= 20
CATEGORIES= misc
MASTER_SITES= http://www.smileystation.com/pantry/downloads/ CENKES
@@ -38,4 +38,7 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/master ${DATADIR}/
.endif
+test:
+ ${PREFIX}/bin/pantry --ignore-case --name apple --print names ${DATADIR}/master
+
.include <bsd.port.mk>