diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-03-26 21:14:54 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-03-26 21:14:54 +0000 |
commit | e399ad23a142ead344da7e68a56798a3974000a0 (patch) | |
tree | 7e1a75707fb6930f3354bf29940cdb778d6a770b /print/system-config-printer/Makefile | |
parent | 0e76c45f72039ccb30af77514108295e33a4b5bd (diff) |
Fix the plist, bump the PORTREVISION.
Reported by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=209898
Diffstat (limited to 'print/system-config-printer/Makefile')
-rw-r--r-- | print/system-config-printer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 7620a4e02a96..63856f3da3c4 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -4,10 +4,11 @@ # # $FreeBSD$ # $MCom: ports/print/system-config-printer/Makefile,v 1.3 2008/03/23 16:10:55 ahze Exp $ +# PORTNAME= system-config-printer PORTVERSION= 0.7.82 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print gnome MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/ |