pkgsrc-WIP-changes archive

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

surf2: fix a typo in a comment



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon May 15 09:46:39 2017 +0200
Changeset:	df27a2b726786d749f2f92ca1944bd0964f14f6c

Modified Files:
	surf2/Makefile

Log Message:
surf2: fix a typo in a comment

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

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

diffstat:
 surf2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/surf2/Makefile b/surf2/Makefile
index 22908c2ed2..44dfb5efbb 100644
--- a/surf2/Makefile
+++ b/surf2/Makefile
@@ -28,7 +28,7 @@ SUBST_SED.configmk+=	-e 's/cc/${CC:Q}/'
 
 INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
 
-# Install binary and man page as surf2 to avoid conflict with wip/surf
+# 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


Home | Main Index | Thread Index | Old Index