diff options
Diffstat (limited to 'devel/date/Makefile')
-rw-r--r-- | devel/date/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/date/Makefile b/devel/date/Makefile index 34c9a425ba89..37855ff609c4 100644 --- a/devel/date/Makefile +++ b/devel/date/Makefile @@ -1,5 +1,5 @@ PORTNAME= date -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -25,6 +25,8 @@ CMAKE_ON= BUILD_SHARED_LIBS \ ENABLE_DATE_INSTALL USE_LDCONFIG= yes +PLIST_SUB= PORTVERSION=${PORTVERSION} + USE_GITHUB= yes GH_ACCOUNT= HowardHinnant |