diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-22 21:41:03 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-22 21:41:03 +0000 |
commit | dee1bd55d7d742b69061fb3fd85c504c9964b942 (patch) | |
tree | b9dbae6cf4c5da0a4d8b88dc20c45a8c7dda0cfe /games/linuxdoom | |
parent | Old MASTER_SITE no longer has DISTFILE. Switch to new MASTER_SITE. (diff) |
Make this install correctly.
PR: 5352
Diffstat (limited to 'games/linuxdoom')
-rw-r--r-- | games/linuxdoom/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linuxdoom/files/patch-aa b/games/linuxdoom/files/patch-aa index b6ad8045fada..6e6d548ce572 100644 --- a/games/linuxdoom/files/patch-aa +++ b/games/linuxdoom/files/patch-aa @@ -85,7 +85,7 @@ diff -ruN ../virgin/joystick4doom/Makefile ./joystick4doom/Makefile clean: $(RM) $(OBJS) $(PRGS) + -+install: ++install: ${XBIN} + install -cs ${XBIN} ${PREFIX}/libexec/doom + diff -ruN ../virgin/joystick4doom/README.FreeBSD ./joystick4doom/README.FreeBSD |