diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-02-26 06:20:34 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-02-26 06:20:34 +0800 |
commit | 4fb8ab0c60bf3cbb2c52bccdd2ed1290e716d9ba (patch) | |
tree | 2025a9a7dc85d4ccb290d2acac9aed7fbc897040 /misc/geekcode/Makefile | |
parent | 5c73f3a2517adee0904c68fb18e9280b4cd4b270 (diff) | |
download | freebsd-ports-gnome-4fb8ab0c60bf3cbb2c52bccdd2ed1290e716d9ba.tar.gz freebsd-ports-gnome-4fb8ab0c60bf3cbb2c52bccdd2ed1290e716d9ba.tar.zst freebsd-ports-gnome-4fb8ab0c60bf3cbb2c52bccdd2ed1290e716d9ba.zip |
- Add a trailing / to a MASTER_SITES
- install doc file
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'misc/geekcode/Makefile')
-rw-r--r-- | misc/geekcode/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/geekcode/Makefile b/misc/geekcode/Makefile index d2a67e4f13d0..43292d670272 100644 --- a/misc/geekcode/Makefile +++ b/misc/geekcode/Makefile @@ -9,11 +9,15 @@ DISTNAME= geekcode-1.7 CATEGORIES= misc MASTER_SITES= http://seymour.lazygenes.net/ \ - http://www.zort.on.ca/software + http://www.zort.on.ca/software/ MAINTAINER= cpiazza@FreeBSD.org do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/geekcode + ${INSTALL_DATA} ${WRKSRC}/geekcode.txt ${PREFIX}/share/doc/geekcode +.endif .include <bsd.port.mk> |