diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-29 11:22:49 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-29 11:22:49 +0800 |
commit | 6d440923d18ffeb9e83f243218692d681c019dd3 (patch) | |
tree | 7aec08c2e6345a966e88911cc2f88c6c55a6dc86 /x11/xzoom | |
parent | 4df21aa83899528a59548a3917efae32b127ef40 (diff) | |
download | freebsd-ports-gnome-6d440923d18ffeb9e83f243218692d681c019dd3.tar.gz freebsd-ports-gnome-6d440923d18ffeb9e83f243218692d681c019dd3.tar.zst freebsd-ports-gnome-6d440923d18ffeb9e83f243218692d681c019dd3.zip |
- Convert to staging
Diffstat (limited to 'x11/xzoom')
-rw-r--r-- | x11/xzoom/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/xzoom/Makefile b/x11/xzoom/Makefile index e31fe2a96ca7..451ae024a069 100644 --- a/x11/xzoom/Makefile +++ b/x11/xzoom/Makefile @@ -14,8 +14,10 @@ COMMENT= Magnify, rotate, mirror the image on the X screen USES= imake USE_XORG= x11 xext -MAN1= xzoom.1 -PLIST_FILES= bin/xzoom +PLIST_FILES= bin/xzoom man/man1/xzoom.1.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xzoom ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xzoom.man ${STAGEDIR}${MAN1PREFIX}/man/man1/xzoom.1 -NO_STAGE= yes .include <bsd.port.mk> |