diff options
Diffstat (limited to 'sysutils/portmanager/Makefile')
-rw-r--r-- | sysutils/portmanager/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/portmanager/Makefile b/sysutils/portmanager/Makefile index 0ee48fa9a20a..70d09d74eb3d 100644 --- a/sysutils/portmanager/Makefile +++ b/sysutils/portmanager/Makefile @@ -6,8 +6,7 @@ # PORTNAME= portmanager -PORTVERSION= 0.3.5 -PORTREVISION= 1 +PORTVERSION= 0.3.7 CATEGORIES= sysutils MASTER_SITES= http://portmanager.sunsite.dk/distfiles/ \ ${MASTER_SITE_SOURCEFORGE} @@ -51,7 +50,7 @@ CONFIGURE_ARGS+= --with-debug=yes CONFIGURE_ARGS+= --with-treatBuildDependsAsLeaves=yes .endif -# Keep this in post-configure. After run configure, he change this value. +# Keep this in post-configure. After run configure, this value is changed. post-configure: @${REINPLACE_CMD} -e \ 's|PACKAGE_VERSION "${PORTVERSION}"|PACKAGE_VERSION "${PORTVERSION}_${PORTREVISION}"|g' \ |