diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-12-23 19:37:46 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-12-23 19:37:46 +0000 |
commit | d0b9b9ab17a3a7753d5e748352c2e8e3f78665eb (patch) | |
tree | c9131d1e9dfd584fed65e2a2fa3fd1124bd7f1b8 /print | |
parent | c43edd97e50fb24657b9fcbe1a2d1492a8151713 (diff) |
- Add missing manpages
- Bump PORTREVISION
Submitted by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=125003
Diffstat (limited to 'print')
-rw-r--r-- | print/kover/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/kover/Makefile b/print/kover/Makefile index 23ff4d389222..dbd83bffeb2b 100644 --- a/print/kover/Makefile +++ b/print/kover/Makefile @@ -6,7 +6,7 @@ PORTNAME= kover PORTVERSION= 2.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print kde MASTER_SITES= http://lisas.de/kover/ @@ -20,6 +20,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes +MAN1= kover.1 cddb-id.1 + post-extract: @${TOUCH} -t 200404270000 ${WRKSRC}/Makefile.am.in @${TOUCH} -t 200404270001 ${WRKSRC}/subdirs |