diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-31 02:09:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-31 02:09:14 +0800 |
commit | a79674b99738036102ccf211867b4e6b08d17c90 (patch) | |
tree | ddaa4afcceb1de19af8224ed6ecf08950f279a7b /deskutils | |
parent | cd8fc8ff41a56ec8e4ec696294d32809d305800f (diff) | |
download | freebsd-ports-gnome-a79674b99738036102ccf211867b4e6b08d17c90.tar.gz freebsd-ports-gnome-a79674b99738036102ccf211867b4e6b08d17c90.tar.zst freebsd-ports-gnome-a79674b99738036102ccf211867b4e6b08d17c90.zip |
Stage support
Diffstat (limited to 'deskutils')
-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> |