diff options
author | mat <mat@FreeBSD.org> | 2016-06-06 23:25:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-06 23:25:42 +0800 |
commit | 5170c5aedf2eb01a419032e804609ea5ed5f2399 (patch) | |
tree | 959bd486ed1d5cb195e1ead74c2376ef2eddd420 /games/robocode-naval | |
parent | 89037ce523f3d0ece62cc99036d5e2ae70ff9edb (diff) | |
download | freebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.tar.gz freebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.tar.zst freebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.zip |
Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)
Sponsored by: Absolight
Diffstat (limited to 'games/robocode-naval')
-rw-r--r-- | games/robocode-naval/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/robocode-naval/Makefile b/games/robocode-naval/Makefile index 90de0df0e018..0b0e1cc95df3 100644 --- a/games/robocode-naval/Makefile +++ b/games/robocode-naval/Makefile @@ -4,8 +4,7 @@ PORTNAME= robocode PORTVERSION= 0.9.2 DISTVERSIONSUFFIX= -setup CATEGORIES= games java -MASTER_SITES= SF -MASTER_SITE_SUBDIR= ${PORTNAME}/naval-robocode/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/naval-robocode/${PORTVERSION} PKGNAMESUFFIX= -naval EXTRACT_SUFX= .jar DIST_SUBDIR= java |