aboutsummaryrefslogtreecommitdiff
path: root/devel/ups-debug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ups-debug/Makefile')
-rw-r--r--devel/ups-debug/Makefile5
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>