mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Upgrade to 1.1.
This commit is contained in:
parent
bee44e01df
commit
0fbd345756
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15201
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: astime
|
||||
# Version required: 1.0
|
||||
# Version required: 1.1
|
||||
# Date created: 21 Nov 1998
|
||||
# Whom: Brian Handy <handy@physics.montana.edu>
|
||||
#
|
||||
# $Id:$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/11/22 13:40:16 flathill Exp $
|
||||
#
|
||||
|
||||
DISTNAME= astime-1.0
|
||||
DISTNAME= astime-1.1
|
||||
CATEGORIES= x11-clocks
|
||||
MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/
|
||||
|
||||
@ -15,6 +15,8 @@ MAINTAINER= ports@freebsd.org
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install install.man
|
||||
|
||||
MAN1= astime.1
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (astime-1.0.tar.gz) = d577e066d9b59461441a5da1d3a61340
|
||||
MD5 (astime-1.1.tar.gz) = d05302f8a60250ed872ba9c6caa6d5b1
|
||||
|
@ -1,31 +1,11 @@
|
||||
--- Makefile.orig Fri Nov 13 00:39:24 1998
|
||||
+++ Makefile Mon Nov 23 11:33:46 1998
|
||||
@@ -1,7 +1,7 @@
|
||||
#-----------------------------------------------------
|
||||
# The locations where this program should be installed
|
||||
-INSTALL_X_DIR=/usr/local/bin
|
||||
-MAN_DIR=/usr/local/man/man1
|
||||
+INSTALL_X_DIR=${PREFIX}/bin
|
||||
+MAN_DIR=${PREFIX}/man/man1
|
||||
--- autoconf/Makefile.common.in.orig Wed Dec 9 01:53:23 1998
|
||||
+++ autoconf/Makefile.common.in Wed Dec 9 01:53:32 1998
|
||||
@@ -11,7 +11,7 @@
|
||||
$(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)
|
||||
|
||||
# The location and names of the X11 libraries
|
||||
LDIR = -L/usr/X11R6/lib
|
||||
@@ -44,15 +44,15 @@
|
||||
@cp astime $(INSTALL_X_DIR)/astime
|
||||
@chmod 755 $(INSTALL_X_DIR)/astime
|
||||
@echo Installing the man page in $(MAN_DIR) ...
|
||||
- @cp astime.man $(MAN_DIR)/astime.1x
|
||||
- @chmod 644 $(MAN_DIR)/astime.1x
|
||||
+ @cp astime.man $(MAN_DIR)/astime.1
|
||||
+ @chmod 644 $(MAN_DIR)/astime.1
|
||||
@echo Done.
|
||||
install.man:
|
||||
- $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x
|
||||
+ $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1
|
||||
|
||||
uninstall:
|
||||
@echo Uninstalling astime in $(INSTALL_X_DIR) ...
|
||||
-@if [ -e $(INSTALL_X_DIR)/astime ] ; then rm $(INSTALL_X_DIR)/astime; fi
|
||||
@echo Uninstalling the man page in $(MAN_DIR) ...
|
||||
- -@if [ -e $(MAN_DIR)/astime.1x ] ; then rm $(MAN_DIR)/astime.1x; fi
|
||||
+ -@if [ -e $(MAN_DIR)/astime.1 ] ; then rm $(MAN_DIR)/astime.1; fi
|
||||
@echo Done.
|
||||
|
||||
clean:
|
||||
$(RMF) $(AFTER_BIN_DIR)/$(PROG)
|
||||
|
Loading…
Reference in New Issue
Block a user