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/astime/Makefile | |
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/astime/Makefile')
-rw-r--r-- | x11-clocks/astime/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-clocks/astime/Makefile b/x11-clocks/astime/Makefile index 6729e568b045..7fa5b9bb1a68 100644 --- a/x11-clocks/astime/Makefile +++ b/x11-clocks/astime/Makefile @@ -16,8 +16,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-xpm-library="${LOCALBASE}/lib" --with-xpm-includes="${LOCALBASE}/include/X11" INSTALL_TARGET= install install.man -MAN1= astime.1 -PLIST_FILES= bin/astime +PLIST_FILES= bin/astime man/man1/${PORTNAME}.1.gz -NO_STAGE= yes .include <bsd.port.mk> |