diff options
author | mat <mat@FreeBSD.org> | 2015-05-12 02:34:57 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-12 02:34:57 +0800 |
commit | d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389 (patch) | |
tree | 634e1ef4990207301493f26b46d80abe56b9f2b3 /emulators/minivmac | |
parent | 925f5606448b4e40652ba0a13bfb8cd44c8aac89 (diff) | |
download | freebsd-ports-graphics-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.tar.gz freebsd-ports-graphics-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.tar.zst freebsd-ports-graphics-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.zip |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'emulators/minivmac')
-rw-r--r-- | emulators/minivmac/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile index bcf7c209172..f092e51c92c 100644 --- a/emulators/minivmac/Makefile +++ b/emulators/minivmac/Makefile @@ -5,8 +5,8 @@ PORTNAME= minivmac PORTVERSION= 3.0.0 CATEGORIES= emulators MASTER_SITES= SF -DISTFILES= ${PORTNAME}-${PORTVERSION}.src.tgz \ - ${PORTNAME}-${PORTVERSION}.prj.tgz +DISTFILES= ${DISTNAME}.src${EXTRACT_SUFX} \ + ${DISTNAME}.prj${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Miniature Macintosh emulator @@ -16,7 +16,7 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/projects/bgclx86d USE_XORG= x11 xext -USES= gmake +USES= gmake tar:tgz CFLAGS+= -I${LOCALBASE}/include ALL_TARGET= # nothing |