aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/astime
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-01-11 12:51:31 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-01-11 12:51:31 +0000
commit6aae51b6c6bed4f950fa25b15ef65f22046b90d2 (patch)
tree6232801a80e99c7ac83d529429412cd9e62d9eb1 /x11-clocks/astime
parentf41f2099de95074829f9a4a925d7574711edb5c2 (diff)
Notes
Diffstat (limited to 'x11-clocks/astime')
-rw-r--r--x11-clocks/astime/Makefile4
-rw-r--r--x11-clocks/astime/files/patch-aa14
2 files changed, 10 insertions, 8 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>
diff --git a/x11-clocks/astime/files/patch-aa b/x11-clocks/astime/files/patch-aa
index 77fe38216b32..8ec328b726f8 100644
--- a/x11-clocks/astime/files/patch-aa
+++ b/x11-clocks/astime/files/patch-aa
@@ -1,11 +1,15 @@
---- autoconf/Makefile.common.in.orig Thu Feb 4 17:44:50 1999
-+++ autoconf/Makefile.common.in Thu Feb 4 17:45:18 1999
-@@ -13,7 +13,7 @@
- $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)
+--- autoconf/Makefile.common.in.orig 1999-05-02 23:12:39.000000000 +0800
++++ autoconf/Makefile.common.in 2014-01-11 20:25:48.000000000 +0800
+@@ -10,10 +10,10 @@ install: install.bin install.man
+
+ install.bin: $(PROG)
+ $(STRIP) $(PROG)
+- $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)
++ $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(AFTER_BIN_DIR)
install.man:
- $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x
-+ $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1
++ $(INSTALL_DATA) $(PROG).man $(DESTDIR)$(AFTER_MAN_DIR)/$(PROG).1
uninstall:
$(RMF) $(AFTER_BIN_DIR)/$(PROG)