diff options
author | cy <cy@FreeBSD.org> | 2017-12-06 23:19:36 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:05:00 +0800 |
commit | 78cfabaa8c3f1a486f970af0d3dafd08959faaf2 (patch) | |
tree | f665317b2b516c22399c6b9b8cd91081f78be90c | |
parent | 03401cb129fc334182293396d5f1330fd0bb2ea3 (diff) | |
download | freebsd-ports-gnome-78cfabaa8c3f1a486f970af0d3dafd08959faaf2.tar.gz freebsd-ports-gnome-78cfabaa8c3f1a486f970af0d3dafd08959faaf2.tar.zst freebsd-ports-gnome-78cfabaa8c3f1a486f970af0d3dafd08959faaf2.zip |
Adjust MASTER_SITES to replace a hardcoded version number with
PORTVERSION.
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index fe361eb697c0..0c8bb94fd285 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -4,7 +4,7 @@ PORTNAME= open-motif PORTVERSION= 2.3.7 CATEGORIES= x11-toolkits # MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/ -MASTER_SITES= SF/motif/Motif%202.3.7%20Source%20Code/ +MASTER_SITES= SF/motif/Motif%20${PORTVERSION}%20Source%20Code/ DISTNAME= motif-${PORTVERSION} MAINTAINER= cy@FreeBSD.org |