diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libmrss-php/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libmrss-php/Makefile b/textproc/libmrss-php/Makefile index efc2ebd53753..53d459a310c4 100644 --- a/textproc/libmrss-php/Makefile +++ b/textproc/libmrss-php/Makefile @@ -3,6 +3,7 @@ PORTNAME= libmrss PORTVERSION= 0.19.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.autistici.org/bakunin/libmrss/ PKGNAMESUFFIX= -php @@ -25,7 +26,7 @@ USE_AUTOTOOLS+= autoconf:env WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/phpmrss PLIST_FILES= lib/php/${PHP_EXT_DIR}/mrss.so -PLIST_DIRSTRY= lib/php/${PHP_EXTDIR} \ +PLIST_DIRSTRY= lib/php/${PHP_EXT_DIR} \ lib/php .include <bsd.port.mk> |