diff options
-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 |