diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-02 19:17:57 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-02 19:17:57 +0000 |
commit | b0ff3937f1382b43c72907be42c9240d9a5f4244 (patch) | |
tree | f31022340f036aa5f68602104ade17846a7ae3b2 /devel/pear-Date_Holidays_Denmark/Makefile | |
parent | e39f432aebc3abcadf9b1feb1f71fb7efdf4ff2b (diff) |
Notes
Diffstat (limited to 'devel/pear-Date_Holidays_Denmark/Makefile')
-rw-r--r-- | devel/pear-Date_Holidays_Denmark/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/pear-Date_Holidays_Denmark/Makefile b/devel/pear-Date_Holidays_Denmark/Makefile index d30deede23b2..197f1a97f4ad 100644 --- a/devel/pear-Date_Holidays_Denmark/Makefile +++ b/devel/pear-Date_Holidays_Denmark/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Date_Holidays_Denmark -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= devel www pear MAINTAINER= tabthorpe@FreeBSD.org @@ -18,7 +18,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Date FILES= Holidays/Driver/Denmark.php +PLIST_SUB= PORTVERSION=${PORTVERSION} + .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> - |