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/gtimelapse | |
parent | Document upgrade procedure for p5-XML-SAX<0.99 (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/gtimelapse')
-rw-r--r-- | graphics/gtimelapse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gtimelapse/Makefile b/graphics/gtimelapse/Makefile index b1f20216c981..c9226973d762 100644 --- a/graphics/gtimelapse/Makefile +++ b/graphics/gtimelapse/Makefile @@ -10,7 +10,7 @@ DISTVERSION= 0.1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An application for capturing images to generate timelapse videos LICENSE= GPLv2 @@ -22,6 +22,6 @@ CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} USE_WX= 2.8+ WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/gtimelapse +PLIST_FILES= bin/${PORTNAME} .include <bsd.port.mk> |