aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2011-08-08 09:08:52 +0800
committerbeech <beech@FreeBSD.org>2011-08-08 09:08:52 +0800
commit3784d2bf7050ed7648192edb86c913c9d4412f33 (patch)
tree049af0bb4175aab83bfc8f79149d384eb1e78179 /graphics
parent8799d4a0e42162eb93770efd405ba3b8f62e77e0 (diff)
downloadfreebsd-ports-gnome-3784d2bf7050ed7648192edb86c913c9d4412f33.tar.gz
freebsd-ports-gnome-3784d2bf7050ed7648192edb86c913c9d4412f33.tar.zst
freebsd-ports-gnome-3784d2bf7050ed7648192edb86c913c9d4412f33.zip
- Pet portlint
- Pass maintainership to submitter PR: ports/159585 Submitted by: Eitan Adler <lists@eitanadler.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/scr2png/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile
index f1aa6eef1371..035eb4ed1285 100644
--- a/graphics/scr2png/Makefile
+++ b/graphics/scr2png/Makefile
@@ -9,16 +9,15 @@ PORTNAME= scr2png
PORTVERSION= 1.2
PORTREVISION= 4
CATEGORIES= graphics
-
MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= nik
-NO_WRKSUBDIR= yes
+MASTER_SITE_SUBDIR= nik
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@eitanadler.com
COMMENT= Converts the output of "vidcontrol -p" to PNG
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
+NO_WRKSUBDIR= yes
MAN1= scr2png.1
MANCOMPRESSED= yes
@@ -28,7 +27,7 @@ post-extract:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|<gd/gd\.h>|<gd.h>|' ${WRKSRC}/scr2png.c
-do-install:
+do-install:
@cd ${WRKSRC}; ${MAKE} BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} install
.include <bsd.port.mk>