diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:06:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:06:22 +0000 |
commit | bb66f61ae3c43467b45c5bab34589a822fbcb1cc (patch) | |
tree | 14e3099ebab3b7b9dedfa80cf305612b7c07d40f /astro | |
parent | 0c51c519559996c475bcf178ed27d48348983532 (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xmoontool/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/astro/xmoontool/Makefile b/astro/xmoontool/Makefile index 14af8be382fa..711bfac236fc 100644 --- a/astro/xmoontool/Makefile +++ b/astro/xmoontool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmoontool -# Date created: 31 December 2005 -# Whom: Frank W. Josellis <frank@dynamical-systems.org> -# +# Created by: Frank W. Josellis <frank@dynamical-systems.org> # $FreeBSD$ -# PORTNAME= xmoontool PORTVERSION= 3.0.3 @@ -14,7 +10,7 @@ MASTER_SITES= http://www.senax.net/xmoontool/ MAINTAINER= frank@dynamical-systems.org COMMENT= A version of John Walker's classical moontool for X11/Motif -USE_MOTIF= yes +USES= motif MAN1= xmoontool.1 PORTDOCS= NOTES |