diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-07 17:08:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-07 17:08:13 +0000 |
commit | 0f92912af4e1779abb0b9026feef250d3d904da1 (patch) | |
tree | 311f7af88a51fde8c812bf534446ae4d53b06dd2 /astro | |
parent | b7df0651651ef059fd4db24d7b77113e72ad6c15 (diff) | |
download | ports-0f92912af4e1779abb0b9026feef250d3d904da1.tar.gz ports-0f92912af4e1779abb0b9026feef250d3d904da1.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/luna/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/astro/luna/Makefile b/astro/luna/Makefile index 53a5455494ac..c1a41146a1bd 100644 --- a/astro/luna/Makefile +++ b/astro/luna/Makefile @@ -10,17 +10,11 @@ PORTVERSION= 1.9 CATEGORIES= astro games MASTER_SITES= http://ftp.vector.co.jp/pack/dos/edu/science/space/ DISTNAME= luna19s -EXTRACT_SUFX= .lzh MAINTAINER= ports@FreeBSD.org COMMENT= Display the moon's phase -EXTRACT_DEPENDS= lha:${PORTSDIR}/archivers/lha - -EXTRACT_CMD= lha -EXTRACT_BEFORE_ARGS= xtfqw=${WRKDIR} -EXTRACT_AFTER_ARGS= # empty - +USE_LHA= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/luna MAKEFILE= makefile |