diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-30 18:09:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-30 18:09:14 +0000 |
commit | 01181ffbfaf42855cc0e52bed17bd3a9641afac6 (patch) | |
tree | ddaa4afcceb1de19af8224ed6ecf08950f279a7b /deskutils/gnustep-notebook | |
parent | 152a2bc737dbfe5b0cbf8ffc345f6ae66172eec2 (diff) | |
download | ports-01181ffbfaf42855cc0e52bed17bd3a9641afac6.tar.gz ports-01181ffbfaf42855cc0e52bed17bd3a9641afac6.zip |
Notes
Diffstat (limited to 'deskutils/gnustep-notebook')
-rw-r--r-- | deskutils/gnustep-notebook/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/gnustep-notebook/Makefile b/deskutils/gnustep-notebook/Makefile index b2789434d821..cd9b5a033880 100644 --- a/deskutils/gnustep-notebook/Makefile +++ b/deskutils/gnustep-notebook/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= gnustep- DISTNAME= NoteBook-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A place to store notes in an organized manner +COMMENT= Place to store notes in an organized manner LICENSE= GPLv2 @@ -19,5 +19,4 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -NO_STAGE= yes .include <bsd.port.mk> |