pkgsrc-WIP-changes archive

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

ee: apply lint.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Sun Jul 17 20:59:55 2022 +0200
Changeset:	0d2aef96afe131dc43e4475a4dd292c080143977

Modified Files:
	ee/Makefile

Log Message:
ee: apply lint.

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

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

diffstat:
 ee/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/ee/Makefile b/ee/Makefile
index 582afaa13e..1a0f890426 100644
--- a/ee/Makefile
+++ b/ee/Makefile
@@ -22,8 +22,6 @@ WRKSRC=	${WRKDIR}/easyedit-1.5.2
 post-configure:
 	cd ${WRKSRC} && ${MAKE:Q} all
 
-INSTALLATION_DIRS=  bin ${PKGMANDIR}/man1
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ee ${DESTDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/ee.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1


Home | Main Index | Thread Index | Old Index