diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
commit | 07f1d50cbc8ad7f10a24994a8b8a94e0c64ad021 (patch) | |
tree | b6c77eccf1aba052a36e6bf06465fddc6e27bcf6 /x11-toolkits/xforms | |
parent | e4769a39336d4c90e6fab665c7ce29df3aca4352 (diff) | |
download | ports-07f1d50cbc8ad7f10a24994a8b8a94e0c64ad021.tar.gz ports-07f1d50cbc8ad7f10a24994a8b8a94e0c64ad021.zip |
Notes
Diffstat (limited to 'x11-toolkits/xforms')
-rw-r--r-- | x11-toolkits/xforms/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index f1a21c1138aa..6a58100d8632 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -10,9 +10,10 @@ PORTVERSION= 1.0 PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11-toolkits graphics -MASTER_SITES= http://savannah.nongnu.org/download/xforms/stable.pkg/1.0/ \ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ ${MASTER_SITE_LOCAL} -MASTER_SIDE_SUBDIR= mikeh +MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION} \ + mikeh USE_REINPLACE= yes REINPLACE_ARGS= -i "" |