pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

surf-git: Adjust DISTNAME and install program and man page as surf (not `surf2')



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Mar 6 12:21:46 2019 +0100
Changeset:	2b48e01637b7734e5b2277709ecc7d7b646bda1b

Modified Files:
	surf-git/Makefile
	surf-git/PLIST

Log Message:
surf-git: Adjust DISTNAME and install program and man page as surf (not `surf2')

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2b48e01637b7734e5b2277709ecc7d7b646bda1b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 surf-git/Makefile | 7 +------
 surf-git/PLIST    | 4 ++--
 2 files changed, 3 insertions(+), 8 deletions(-)

diffs:
diff --git a/surf-git/Makefile b/surf-git/Makefile
index 94d29ee284..d9243e1df0 100644
--- a/surf-git/Makefile
+++ b/surf-git/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.6 2015/07/13 11:10:36 leot1990 Exp $
 
-DISTNAME=	surf2-2.0
+DISTNAME=	surf-2.0
 CATEGORIES=	www
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -24,11 +24,6 @@ SUBST_SED.configmk+=	-e 's,^CFLAGS *= ,CFLAGS += ,'
 SUBST_SED.configmk+=	-e 's,^LDFLAGS *= ,LDFLAGS += ,'
 SUBST_SED.configmk+=	-e 's/cc/${CC:Q}/'
 
-# Install binary and man page as surf2 to avoid conflicts with wip/surf
-post-install:
-	${MV} ${DESTDIR}${PREFIX}/bin/surf ${DESTDIR}${PREFIX}/bin/surf2
-	${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/surf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/surf2.1
-
 .include "../../www/webkit-gtk/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../security/gcr/buildlink3.mk"
diff --git a/surf-git/PLIST b/surf-git/PLIST
index 3723ed6b9f..6becb2f84c 100644
--- a/surf-git/PLIST
+++ b/surf-git/PLIST
@@ -1,4 +1,4 @@
 @comment $NetBSD$
-bin/surf2
+bin/surf
 lib/surf/libsurf-webext.so
-man/man1/surf2.1
+man/man1/surf.1


Home | Main Index | Thread Index | Old Index