diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-10 09:15:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-10 09:15:16 +0000 |
commit | 6e2fa24869e9b0967889afec0c5f8a07ac413bc3 (patch) | |
tree | 2a28e1576c5cc46fcafe53f493bc07ea323eae51 /x11 | |
parent | afa57828af972d7985544244a11ede05e3f8d5b5 (diff) | |
download | ports-6e2fa24869e9b0967889afec0c5f8a07ac413bc3.tar.gz ports-6e2fa24869e9b0967889afec0c5f8a07ac413bc3.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/deforaos-locker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/deforaos-locker/Makefile b/x11/deforaos-locker/Makefile index 3da44349dda9..670e7c8b852b 100644 --- a/x11/deforaos-locker/Makefile +++ b/x11/deforaos-locker/Makefile @@ -5,8 +5,8 @@ PORTNAME= locker PORTVERSION= 0.2.1 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/3703/ -DISTNAME= Locker-${PORTVERSION} PKGNAMEPREFIX= deforaos- +DISTNAME= Locker-${PORTVERSION} MAINTAINER= olivier@cochard.me COMMENT= DeforaOS desktop screensaver @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/Panel.pc:${PORTSDIR}/x11/deforaos- USE_GNOME= gtk20 desktopfileutils USE_PKGCONFIG= build USE_GETTEXT= yes - +MAKE_ARGS+= PREFIX=${PREFIX} MAKE_ENV+= MANDIR=${MANPREFIX}/man MAN1= locker.1 lockerctl.1 |