diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-04 18:53:38 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-04 18:53:38 +0000 |
commit | 474b69bb4854bb278caee893a4fb23b8d6a168a4 (patch) | |
tree | 7e9306b43417c9a4a3f0d5454b6996bc379a1519 /devel/ups-debug/Makefile | |
parent | Use $(CXX) as linker to fix problem on 3.0. (diff) |
Properly install and use resources.
Submitted by: Wayne Scott <wscott@ichips.intel.com>
Diffstat (limited to 'devel/ups-debug/Makefile')
-rw-r--r-- | devel/ups-debug/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/ups-debug/Makefile b/devel/ups-debug/Makefile index ad11a21bb48e..9ca7460f856c 100644 --- a/devel/ups-debug/Makefile +++ b/devel/ups-debug/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.7 1998/11/14 04:16:09 obrien Exp $ +# $Id: Makefile,v 1.8 1998/11/18 10:16:47 obrien Exp $ # DISTNAME= ups-3.33 @@ -24,4 +24,7 @@ USE_GMAKE= yes ALL_TARGET= ups MAN1= ups.1 +post-install: + @${INSTALL_DATA} ${WRKSRC}/Ups ${X11BASE}/lib/X11/app-defaults + .include <bsd.port.mk> |