pkgsrc-WIP-changes archive

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

slicot: create the installation dir.



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Sun Aug 12 15:29:41 2018 +0300
Changeset:	f0940134f1ed98d2a9cdc58c58bc00f47134b8b8

Modified Files:
	slicot/Makefile
	slicot/files/Makefile

Log Message:
slicot: create the installation dir.

still install is privileged...

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

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

diffstat:
 slicot/Makefile       | 4 ++--
 slicot/files/Makefile | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/slicot/Makefile b/slicot/Makefile
index 858379c81f..95decbd96c 100644
--- a/slicot/Makefile
+++ b/slicot/Makefile
@@ -10,11 +10,11 @@ HOMEPAGE=	http://ftp.debian.org/debian/pool/main/s/slicot/
 COMMENT=	numerical algorithms from systems and control theory
 LICENSE=	gnu-gpl-v2
 
-WRKSRC=		${WRKDIR}/slicot-5.0+20101122
+WRKSRC=		${WRKDIR}/${PKGNAME}/src
 USE_LANGUAGES=	fortran
 USE_TOOLS+=	mkstemp
 
-WRKSRC=		${WRKDIR}/${PKGNAME}/src
+INSTALLATION_DIRS+=	lib
 
 pre-build:
 	cp ${FILESDIR}/Makefile ${WRKSRC}/Makefile
diff --git a/slicot/files/Makefile b/slicot/files/Makefile
index 099ba8a987..40cdc998d2 100644
--- a/slicot/files/Makefile
+++ b/slicot/files/Makefile
@@ -8,6 +8,4 @@ LIB=		slicot
 LDADD+=		-llapack -lblas
 LDFLAGS+=	-L${LIBDIR} -Wl,-R,${LIBDIR}
 
-MKUNPRIVED=	yes
-
 .include <bsd.lib.mk>


Home | Main Index | Thread Index | Old Index