diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-30 18:59:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-30 18:59:19 +0800 |
commit | bb4af15c7191d1c422aced5911c6940356feb317 (patch) | |
tree | a74cb45836842e5a19e23485db190c4a78c698ac /games/einstein | |
parent | 758dd1431e05fe227bb623c61041044666cbbc3a (diff) | |
download | freebsd-ports-graphics-bb4af15c7191d1c422aced5911c6940356feb317.tar.gz freebsd-ports-graphics-bb4af15c7191d1c422aced5911c6940356feb317.tar.zst freebsd-ports-graphics-bb4af15c7191d1c422aced5911c6940356feb317.zip |
Properly install everything. Guess I failed the test!
Diffstat (limited to 'games/einstein')
-rw-r--r-- | games/einstein/Makefile | 1 | ||||
-rw-r--r-- | games/einstein/files/patch-Makefile | 10 | ||||
-rw-r--r-- | games/einstein/pkg-plist | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/games/einstein/Makefile b/games/einstein/Makefile index c367599a3d4..851c7596f25 100644 --- a/games/einstein/Makefile +++ b/games/einstein/Makefile @@ -7,6 +7,7 @@ PORTNAME= einstein PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.babichev.info/files/einstein/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/games/einstein/files/patch-Makefile b/games/einstein/files/patch-Makefile index b8b3fa592c1..82dd0f6b0b8 100644 --- a/games/einstein/files/patch-Makefile +++ b/games/einstein/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Jan 30 21:45:02 2005 -+++ Makefile Sun Jan 30 21:51:08 2005 +--- Makefile.orig Mon Jan 19 17:41:34 2004 ++++ Makefile Sun Jan 30 21:56:53 2005 @@ -5,7 +5,6 @@ ######################################## @@ -19,7 +19,7 @@ TARGET=einstein -@@ -52,86 +51,5 @@ +@@ -52,86 +51,7 @@ run: $(TARGET) ./$(TARGET) @@ -107,4 +107,6 @@ -options.o: options.h widgets.h font.h storage.h main.h exceptions.h screen.h -options.o: resources.h random.h +install: -+ ${BSD_INSTALL_PROGRAM} ${TARGET} ${PREFIX}/bin ++ ${BSD_INSTALL_PROGRAM} einstein ${PREFIX}/bin ++ mkdir -p ${PREFIX}/share/einstein ++ ${BSD_INSTALL_DATA} einstein.res ${PREFIX}/share/einstein/einstein.res diff --git a/games/einstein/pkg-plist b/games/einstein/pkg-plist index 687fc2d114a..39e92a4f5f2 100644 --- a/games/einstein/pkg-plist +++ b/games/einstein/pkg-plist @@ -1 +1,3 @@ bin/einstein +share/einstein/einstein.res +@dirrm share/einstein |