=================================================================== RCS file: /cvs/ports/graphics/smartdeblur/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/graphics/smartdeblur/Makefile 2014/01/31 19:59:24 1.1 +++ ports/graphics/smartdeblur/Makefile 2014/02/01 13:13:17 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2014/01/31 19:59:24 kirby Exp $ +# $OpenBSD: Makefile,v 1.2 2014/02/01 13:13:17 kirby Exp $ COMMENT = restoration of defocused and blurred photos/images @@ -6,7 +6,7 @@ CATEGORIES = graphics -#HOMEPAGE = ??? URL +HOMEPAGE = http://yuzhikov.com/projects.html MAINTAINER = Kirill Bychkov @@ -25,5 +25,8 @@ CONFIGURE_ARGS += -DUSE_SYSTEM_FFTW=ON NO_TEST = Yes + +do-install: + ${INSTALL_PROGRAM} ${WRKBUILD}/SmartDeblur ${PREFIX}/bin/smartdeblur .include