diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-05-12 16:07:32 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-05-12 16:07:32 +0000 |
commit | 6fe30872448ac7898d1c4c838c84c2f7f3716718 (patch) | |
tree | 884cc06f0c57a5a174ae7e0269ecf82879d44f09 /graphics/eos-movrec | |
parent | 979df08585bd2da2d0cad3756a00956c7ca582ba (diff) |
Relinquish some Canon DSLR cameras ports I no longer have time to maintain.
Notes
Notes:
svn path=/head/; revision=296492
Diffstat (limited to 'graphics/eos-movrec')
-rw-r--r-- | graphics/eos-movrec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/eos-movrec/Makefile b/graphics/eos-movrec/Makefile index 01b3407b095e..3633ebbfbf1a 100644 --- a/graphics/eos-movrec/Makefile +++ b/graphics/eos-movrec/Makefile @@ -10,7 +10,7 @@ DISTVERSION= 0.3.1_beta CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.3_beta -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A program to capture short movies with Canon DSLR camera LICENSE= GPLv2 @@ -28,6 +28,6 @@ DISTVERSIONSUFFIX= -src PLIST_FILES= bin/eos_movrec post-patch: - @${REINPLACE_CMD} -e 's,GLIBC,FreeBSD,' ${WRKSRC}/os_api.h + @${REINPLACE_CMD} -e 's,GLIBC,${OPSYS},' ${WRKSRC}/os_api.h .include <bsd.port.mk> |