aboutsummaryrefslogtreecommitdiff
path: root/audio/napster/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-12-10 04:47:56 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-12-10 04:47:56 +0000
commit24eb7256ad442797acfc8a0cab5233c9b4d5ae1e (patch)
tree55ef0a874b0eac2eddb59467897b23473627f492 /audio/napster/Makefile
parentee41069f85087e7f0536aa02f04a4e8f69418440 (diff)
downloadports-24eb7256ad442797acfc8a0cab5233c9b4d5ae1e.tar.gz
ports-24eb7256ad442797acfc8a0cab5233c9b4d5ae1e.zip
Notes
Diffstat (limited to 'audio/napster/Makefile')
-rw-r--r--audio/napster/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile
index 3d9f1b55087c..37ca5de3bc0d 100644
--- a/audio/napster/Makefile
+++ b/audio/napster/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nap
-PORTVERSION= 1.5.0
+PORTVERSION= 1.5.1
CATEGORIES= audio net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nap
@@ -14,6 +14,13 @@ MASTER_SITE_SUBDIR= nap
MAINTAINER= petef@FreeBSD.org
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+
+MAN1= nap.1
+
+post-patch:
+ @${REINPLACE_CMD} -e 's,install-man install-htmlDATA,install-man,' \
+ ${WRKSRC}/doc/Makefile.in
post-install:
.if !defined(NOPORTDOCS)