diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-03 21:31:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-03 21:31:13 +0000 |
commit | 016d343f6e4dc57f7e27e32a42114b869bf343ef (patch) | |
tree | e05f1bd1d1e1a33afe57dc67271771c058aa8878 /graphics/cbrpager/Makefile | |
parent | 21b72b77242bec9b5c2c94f0aa3b9b2ef1cbf269 (diff) |
Notes
Diffstat (limited to 'graphics/cbrpager/Makefile')
-rw-r--r-- | graphics/cbrpager/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/cbrpager/Makefile b/graphics/cbrpager/Makefile index 2c3f47f85ece..ec753604a507 100644 --- a/graphics/cbrpager/Makefile +++ b/graphics/cbrpager/Makefile @@ -7,8 +7,7 @@ # PORTNAME= cbrpager -PORTVERSION= 0.9.9 -PORTREVISION= 1 +PORTVERSION= 0.9.11 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,6 +21,5 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_FILES= bin/cbrpager share/locale/es/LC_MESSAGES/cbrpager.mo -PLIST_DIRS= share/locale/es/LC_MESSAGES .include <bsd.port.mk> |