diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-17 20:32:04 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-17 20:32:04 +0000 |
commit | 960d323d758f93af0ec2c845f4325c94632ca66e (patch) | |
tree | 7f718f2d9674c2c9d46230bb1f6f15068fa3c74e /devel/cl-alexandria | |
parent | c523966636e791e0fd55e7d552c31b7c86f2989d (diff) | |
download | ports-960d323d758f93af0ec2c845f4325c94632ca66e.tar.gz ports-960d323d758f93af0ec2c845f4325c94632ca66e.zip |
Notes
Diffstat (limited to 'devel/cl-alexandria')
-rw-r--r-- | devel/cl-alexandria/Makefile | 3 | ||||
-rw-r--r-- | devel/cl-alexandria/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/cl-alexandria/Makefile b/devel/cl-alexandria/Makefile index 8b624a8f32de..e36294053a89 100644 --- a/devel/cl-alexandria/Makefile +++ b/devel/cl-alexandria/Makefile @@ -6,6 +6,7 @@ PORTNAME= alexandria PORTVERSION= 2010.01.16 +PORTREVISION= 1 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -21,7 +22,7 @@ USE_ASDF= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${INSTALL_DATA} ${WRKSRC}/*.lisp ${ASDF_PATHNAME} - @${INSTALL_DATA} ${WRKSRC}/*.asd ${ASDF_PATHNAME} + @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.asd ${ASDF_PATHNAME} @${LN} -sf ${ASDF_PATHNAME}/*.asd ${ASDF_REGISTRY} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/devel/cl-alexandria/pkg-plist b/devel/cl-alexandria/pkg-plist index 0e201c20b3e2..fc7d77b5de1b 100644 --- a/devel/cl-alexandria/pkg-plist +++ b/devel/cl-alexandria/pkg-plist @@ -1,4 +1,3 @@ -%%LIB32DIR%%/common-lisp/alexandria/alexandria-tests.asd %%LIB32DIR%%/common-lisp/alexandria/alexandria.asd %%LIB32DIR%%/common-lisp/alexandria/arrays.lisp %%LIB32DIR%%/common-lisp/alexandria/binding.lisp @@ -18,7 +17,6 @@ %%LIB32DIR%%/common-lisp/alexandria/symbols.lisp %%LIB32DIR%%/common-lisp/alexandria/tests.lisp %%LIB32DIR%%/common-lisp/alexandria/types.lisp -%%LIB32DIR%%/common-lisp/system-registry/alexandria-tests.asd %%LIB32DIR%%/common-lisp/system-registry/alexandria.asd %%PORTDOCS%%%%DOCSDIR%%/alexandria.pdf %%PORTDOCS%%@dirrm %%DOCSDIR%% |