diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-10-14 23:36:56 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-10-14 23:36:56 +0800 |
commit | ac25d34d4228d4caf51980abf01ed0b20f078813 (patch) | |
tree | 45e980f6cbe2b3852692d93e0cca6dc77abe9852 /sysutils/grub/Makefile | |
parent | 9df8388a1ea914a4b82a99a7ca758d462a67b56c (diff) | |
download | freebsd-ports-gnome-ac25d34d4228d4caf51980abf01ed0b20f078813.tar.gz freebsd-ports-gnome-ac25d34d4228d4caf51980abf01ed0b20f078813.tar.zst freebsd-ports-gnome-ac25d34d4228d4caf51980abf01ed0b20f078813.zip |
Dont split info file.
Diffstat (limited to 'sysutils/grub/Makefile')
-rw-r--r-- | sysutils/grub/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 3aedef2be8ac..56e62e50930d 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -19,6 +19,9 @@ CONFIGURE_TARGET= ${MACHINE_ARCH}-freebsd-freebsd${OSREL} MAN1= mbchk.1 MAN8= grub.8 grub-install.8 +pre-build: + @${RM} ${WRKSRC}/docs/grub.info* + post-install: @${CAT} ${PKGMESSAGE} |