diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-11 20:14:31 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-11 20:14:31 +0000 |
commit | 6dd22318bb6cab39a57ce6390ebb71790572a2a9 (patch) | |
tree | f9ba2915563becf86adcd3de00863bcd0b00e0b7 /print/flpsed | |
parent | 22e3d7f5af587047e22b19390705dae70d0cb086 (diff) |
Notes
Diffstat (limited to 'print/flpsed')
-rw-r--r-- | print/flpsed/Makefile | 17 | ||||
-rw-r--r-- | print/flpsed/distinfo | 4 |
2 files changed, 11 insertions, 10 deletions
diff --git a/print/flpsed/Makefile b/print/flpsed/Makefile index 313e39da5840..c0dedd7b4552 100644 --- a/print/flpsed/Makefile +++ b/print/flpsed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= flpsed -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 CATEGORIES= print MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ @@ -15,15 +15,16 @@ COMMENT= WYSIWYG pseudo Postscript editor LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk -GNU_CONFIGURE= yes -USE_X_PREFIX= yes -USE_GHOSTSCRIPT= yes -USE_GMAKE= yes -PLIST_FILES= bin/flpsed +GNU_CONFIGURE= yes +USE_X_PREFIX= yes +USE_GHOSTSCRIPT=yes +USE_GMAKE= yes + +PLIST_FILES= bin/flpsed .if !defined(NOPORTDOCS) -PLIST_FILES+= %%DOCSDIR%%/README -PLIST_DIRS= %%DOCSDIR%% +PLIST_FILES+= %%DOCSDIR%%/README +PLIST_DIRS= %%DOCSDIR%% .endif do-install: diff --git a/print/flpsed/distinfo b/print/flpsed/distinfo index 3d89be74e057..c4c70529323b 100644 --- a/print/flpsed/distinfo +++ b/print/flpsed/distinfo @@ -1,2 +1,2 @@ -MD5 (flpsed-0.3.4.tar.gz) = 534191847ecd3cffe48151eb720e3487 -SIZE (flpsed-0.3.4.tar.gz) = 96459 +MD5 (flpsed-0.3.5.tar.gz) = 522bd19ff5ff8146467a522942c493fd +SIZE (flpsed-0.3.5.tar.gz) = 97550 |