diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-01-11 20:51:31 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-01-11 20:51:31 +0800 |
commit | 1ef7c7cea9fabdcc34be6ef34458c4e5b0e58ec3 (patch) | |
tree | 6232801a80e99c7ac83d529429412cd9e62d9eb1 /x11-clocks/t3d | |
parent | 331b1f76d2a1fbef958ed99076fcb074f35754ad (diff) | |
download | freebsd-ports-gnome-1ef7c7cea9fabdcc34be6ef34458c4e5b0e58ec3.tar.gz freebsd-ports-gnome-1ef7c7cea9fabdcc34be6ef34458c4e5b0e58ec3.tar.zst freebsd-ports-gnome-1ef7c7cea9fabdcc34be6ef34458c4e5b0e58ec3.zip |
Support stagedir.
Submitted by: portmgr (blanket infrastructure)
Diffstat (limited to 'x11-clocks/t3d')
-rw-r--r-- | x11-clocks/t3d/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-clocks/t3d/Makefile b/x11-clocks/t3d/Makefile index d77906c061bc..b14873c635d9 100644 --- a/x11-clocks/t3d/Makefile +++ b/x11-clocks/t3d/Makefile @@ -22,8 +22,6 @@ NO_WRKSUBDIR= yes USES= imake USE_XORG= x11 xext -MAN1= t3d.1 -PLIST_FILES= bin/t3d +PLIST_FILES= bin/t3d man/man1/${PORTNAME}.1.gz -NO_STAGE= yes .include <bsd.port.mk> |