diff options
author | David Chisnall <theraven@FreeBSD.org> | 2013-08-28 18:26:01 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2013-08-28 18:26:01 +0000 |
commit | 3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99 (patch) | |
tree | ab5064afd823ae17563635026226e53774a6614d /misc/gnustep-examples/Makefile | |
parent | 7108c85b56ca17f7e1daaa73f17c74c7d4ec630c (diff) |
Notes
Diffstat (limited to 'misc/gnustep-examples/Makefile')
-rw-r--r-- | misc/gnustep-examples/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index f03e61ec0c47..13b91af57d07 100644 --- a/misc/gnustep-examples/Makefile +++ b/misc/gnustep-examples/Makefile @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= gnustep-examples -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= misc gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} -MASTER_SITE_SUBDIR= core +MASTER_SITE_SUBDIR= usr-apps -MAINTAINER= ports@FreeBSD.org +MAINTAINER= theraven@FreeBSD.org COMMENT= GNUstep example applications USE_GNUSTEP= yes |