diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-02 19:11:07 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-02 19:11:07 +0000 |
commit | 46139ef306b4c3d10f07e9d41d16d02f845155eb (patch) | |
tree | 00648c12c3f2cea85218f17df4a0dd777d8bd29a /x11/xprompt/Makefile | |
parent | 95867b9df7f9d032d3187872afeede348cd4caa5 (diff) | |
download | ports-46139ef306b4c3d10f07e9d41d16d02f845155eb.tar.gz ports-46139ef306b4c3d10f07e9d41d16d02f845155eb.zip |
Notes
Diffstat (limited to 'x11/xprompt/Makefile')
-rw-r--r-- | x11/xprompt/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xprompt/Makefile b/x11/xprompt/Makefile index 3eaefe217bce..ded1c4239601 100644 --- a/x11/xprompt/Makefile +++ b/x11/xprompt/Makefile @@ -1,15 +1,11 @@ -# New ports collection makefile for: xprompt -# Date created: 23 March 1997 -# Whom: Matthew Hunt <mph@pobox.com> -# +# Created by: Matthew Hunt <mph@pobox.com> # $FreeBSD$ -# PORTNAME= xprompt PORTVERSION= 1.4 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= LOCAL MASTER_SITE_SUBDIR= mph MAINTAINER= ports@FreeBSD.org |