diff options
author | pawel <pawel@FreeBSD.org> | 2014-07-06 21:38:01 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-07-06 21:38:01 +0800 |
commit | db02a8bcc1696d8ef8ed467944a8dd022fda37f3 (patch) | |
tree | 3ebdf4ddafadae4fd34eaec4283e60d35bc1fded | |
parent | c4acace82f1b59c6e424c1d2aaa84638b4003c4e (diff) | |
download | freebsd-ports-gnome-db02a8bcc1696d8ef8ed467944a8dd022fda37f3.tar.gz freebsd-ports-gnome-db02a8bcc1696d8ef8ed467944a8dd022fda37f3.tar.zst freebsd-ports-gnome-db02a8bcc1696d8ef8ed467944a8dd022fda37f3.zip |
- Port is stage safe
- Remove leading article from COMMENT
-rw-r--r-- | print/gspdf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/gspdf/Makefile b/print/gspdf/Makefile index bc07c34256d7..8ff3d68feaf9 100644 --- a/print/gspdf/Makefile +++ b/print/gspdf/Makefile @@ -8,7 +8,7 @@ MASTER_SITE_SUBDIR= gap DISTNAME= GSPdf-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A Postscript and Pdf Viewer for GNUstep +COMMENT= Postscript and Pdf Viewer for GNUstep USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes @@ -18,5 +18,4 @@ USE_GHOSTSCRIPT= yes MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM -NO_STAGE= yes .include <bsd.port.mk> |